mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-02 05:29:01 +00:00
11 lines
641 B
Plaintext
11 lines
641 B
Plaintext
nimTitle marshal marshal.html module std/marshal 0
|
|
nim load marshal.html#load,Stream,T proc load[T](s: Stream; data: var T) 282
|
|
nim store marshal.html#store,Stream,sinkT proc store[T](s: Stream; data: sink T) 295
|
|
nim `$$` marshal.html#$$,sinkT proc `$$`[T](x: sink T): string 317
|
|
nim to marshal.html#to,string proc to[T](data: string): T 348
|
|
idx serialization marshal.html#serialization_1 Module marshal 0
|
|
idx deserialization marshal.html#deserialization_1 Module marshal 0
|
|
idx JSON marshal.html#json_1 Module marshal 0
|
|
heading Basic usage marshal.html#basic-usage Basic usage 0
|
|
heading See also marshal.html#see-also See also 0
|