Loading...
Searching...
No Matches
ScriptedSerializationLoadContainer Interface Reference
Inheritance diagram for ScriptedSerializationLoadContainer:
ScriptedLoadContainer LoadContainer SerializationContainer

Additional Inherited Members

- Protected Member Functions inherited from ScriptedLoadContainer
bool StartObject ()
 
bool EndObject ()
 
bool StartArray (out int count)
 
bool EndArray ()
 
bool StartMap (out int count)
 
bool EndMap ()
 
bool ReadKey (inout string key)
 Key reader for named properties in objects or map keys.
 
bool IsNull ()
 
bool ReadBool (out bool value)
 
bool ReadString (out string value)
 
bool ReadInt (out int value)
 
bool ReadFloat (out float value)
 
bool ReadVector (out vector value)
 
void Reset ()
 Reset the container to re-use for new data.
 
string GetDataExtension ()
 Data extension of the serialized format (e.g. txt, csv, yml) if stored in a filesystem.
 
bool LoadFromString (string data)
 

The documentation for this interface was generated from the following file: