Types
FreezeError = object of FrostyError
- An error raised during freeze. Source Edit
Procs
proc deserialize[T](s: var Serializer; o: var ref T)
- Source Edit
Macros
macro deserialize(s: var Serializer; o: var typed)
- Source Edit
Templates
template frostyError(tipe: typedesc[FreezeError or ThawError]; exc: ref Exception; mess = ""): auto
- Source Edit
template frostyError(tipe: typedesc[FreezeError or ThawError]; msg = ""): auto
- Source Edit