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

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
 

Detailed Description

A context struct that contains information for the decoding of an array.

This object can be copied or moved anywhere.

Friends And Related Symbol Documentation

◆ Deserializer

Member Data Documentation

◆ metadata

const SerializedArrayMetadata CeresEngine::Deserializer::Array::metadata

The serialized array metadata.

◆ value

Box CeresEngine::Deserializer::Array::value

The object value.


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