TestSerializer

Test for plugin serializer

Members

Functions

close
void close(char[] dst, cstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
closeStruct
void closeStruct(char[] dst, cstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
closeStructArray
void closeStructArray(char[] dst, cstring name, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(char[] dst, cstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
openStruct
void openStruct(char[] dst, cstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
openStructArray
void openStructArray(char[] dst, cstring name, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void serialize(char[] dst, T item, cstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeArray
void serializeArray(char[] dst, cstring name, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeStaticArray
void serializeStaticArray(char[] dst, cstring name, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta