CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Deserializer::Map Struct Referencefinal

A context struct that contains information for the decoding of a map. More...

#include <CeresEngine/Serialization/Deserializer.hpp>

Public Attributes

const SerializedMapMetadata metadata
 The serialized array metadata.
 
Box value
 The object value.
 

Friends

class Deserializer
 

Detailed Description

A context struct that contains information for the decoding of a map.

Friends And Related Symbol Documentation

◆ Deserializer

Member Data Documentation

◆ metadata

const SerializedMapMetadata CeresEngine::Deserializer::Map::metadata

The serialized array metadata.

◆ value

Box CeresEngine::Deserializer::Map::value

The object value.


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