mutils.serializer.json

Undocumented in source.

Public Imports

mutils.serializer.common
public import mutils.serializer.common;

Members

Aliases

JSONSerializerToken
alias JSONSerializerToken = JSON_Lua_SerializerToken!(true)
Undocumented in source.

Classes

JSONSerializer
class JSONSerializer

Serializer to save data in json format If serialized data have to be allocated it is not saved/loaded unless it has "malloc" UDA (@("malloc"))

Structs

JSONLexer
struct JSONLexer
Undocumented in source.

Meta