vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct TestSerializer

struct TestSerializer ;

Fields

NameTypeDescription
result string

Methods

NameDescription
beginReadArrayEntry (index)
beginReadDictionaryEntry (name)
beginWriteArray (length)
beginWriteArrayEntry (i)
beginWriteDictionary ()
beginWriteDictionaryEntry (name)
endReadArrayEntry (index)
endReadDictionaryEntry (name)
endWriteArray ()
endWriteArrayEntry (i)
endWriteDictionary ()
endWriteDictionaryEntry (name)
getSerializedResult ()
readArray (size_callback, entry_callback)
readDictionary (entry_callback)
readValue ()
skip (prefix)
tryReadNull ()
writeValue (value)

Aliases

NameDescription
unqualSeq
unqualType
Authors

Sönke Ludwig

Copyright

© 2013-2016 rejectedsoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.