marshal.idx 641 B

1234567891011
  1. nimTitle marshal marshal.html module std/marshal 0
  2. nim load marshal.html#load,Stream,T proc load[T](s: Stream; data: var T) 282
  3. nim store marshal.html#store,Stream,sinkT proc store[T](s: Stream; data: sink T) 295
  4. nim `$$` marshal.html#$$,sinkT proc `$$`[T](x: sink T): string 317
  5. nim to marshal.html#to,string proc to[T](data: string): T 348
  6. idx serialization marshal.html#serialization_1 Module marshal 0
  7. idx deserialization marshal.html#deserialization_1 Module marshal 0
  8. idx JSON marshal.html#json_1 Module marshal 0
  9. heading Basic usage marshal.html#basic-usage Basic usage 0
  10. heading See also marshal.html#see-also See also 0