|
CeresEngine 0.2.0
A game development framework
|
A context struct that contains information for the decoding of an array. More...
#include <CeresEngine/Serialization/Deserializer.hpp>
Public Attributes | |
| const SerializedArrayMetadata | metadata |
| The serialized array metadata. | |
| Box | value |
| The object value. | |
Friends | |
| class | Deserializer |
A context struct that contains information for the decoding of an array.
This object can be copied or moved anywhere.
|
friend |
| const SerializedArrayMetadata CeresEngine::Deserializer::Array::metadata |
The serialized array metadata.
| Box CeresEngine::Deserializer::Array::value |
The object value.