#include <LuaObject.h>
◆ Deserializer
| typedef bool(* SerializerPair::Deserializer) (const char *stream, const char **next) |
◆ FromJson
| typedef bool(* SerializerPair::FromJson) (const Json &obj) |
◆ Serializer
| typedef std::string(* SerializerPair::Serializer) (LuaWrappable *o) |
◆ ToJson
◆ SerializerPair() [1/2]
| SerializerPair::SerializerPair |
( |
| ) |
|
|
inline |
◆ SerializerPair() [2/2]
◆ deserialize
◆ from_json
◆ serialize
◆ to_json
| ToJson SerializerPair::to_json |
The documentation for this struct was generated from the following file: