CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::JSONDeserializer Member List

This is the complete list of members for CeresEngine::JSONDeserializer, including all inherited members.

arrayElement(const Array &array, Box &&value)CeresEngine::Deserializerprotected
beginArray(const SerializedArrayMetadata &metadata, Box &&existingObject={})CeresEngine::Deserializerprotected
beginMap(const SerializedMapMetadata &metadata, Box &&existingObject={})CeresEngine::Deserializerprotected
beginObject(const SerializedObjectMetadata &metadata, Box &&existingObject={})CeresEngine::Deserializerprotected
beginObjectProperty(const Object &object, const SerializedPropertyMetadata &metadata)CeresEngine::Deserializerprotected
binary(InputStream &stream, Box &&existingObject)CeresEngine::Deserializerprotected
contextCeresEngine::Deserializer
decode(Box &&existingObject={}) finalCeresEngine::JSONDeserializervirtual
decode(const JSON &value, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
decodeArray(const JSON &array, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
decodeMap(const JSON &map, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
decodeNumber(const JSON &value, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
decodeObject(const JSON &value, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
decodeObjectReference()CeresEngine::JSONDeserializerprivate
decodeString(const JSON &value, Box &&existingObject={})CeresEngine::JSONDeserializerprivate
deserialize() finalCeresEngine::Deserializervirtual
Deserializer(const SerializationContext &context=SerializationContext::getDefault())CeresEngine::Deserializerexplicit
endArray(Array &array)CeresEngine::Deserializerprotected
endMap(Map &map)CeresEngine::Deserializerprotected
endObject(Object &object)CeresEngine::Deserializerprotected
endObjectProperty(Object &object, const Property &property, Box &&value)CeresEngine::Deserializerprotected
JSONDeserializer(JSON &&json, const SerializationContext &context=SerializationContext::getDefault())CeresEngine::JSONDeserializerexplicit
mapElement(const Map &map, Box &&key, Box &&value)CeresEngine::Deserializerprotected
mValueCeresEngine::JSONDeserializerprivate
objectReference(SerializedObjectID referenceID)CeresEngine::Deserializerprotected
resetState()CeresEngine::Deserializervirtual
stateCeresEngine::Deserializer
~Deserializer() noexcept overrideCeresEngine::Deserializer
~IDeserializer()=defaultCeresEngine::IDeserializervirtual
~JSONDeserializer() noexcept overrideCeresEngine::JSONDeserializer