gabbhack / deser

Serde-like de/serialization library for Nim.

Home Page:https://deser.nim.town

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conventions

gabbhack opened this issue · comments

The deser documentation should describe the following conventions:

  • Inheritance from parent exceptions provided by deser.
  • Name of the serialization and deserialization functions (e.g. toTormat, fromFormat)