CubbyFlow::Serializable Class Referenceabstract

Abstract base class for any serializable class. More...

#include <Core/Utils/Serialization.h>

Inheritance diagram for CubbyFlow::Serializable:
CubbyFlow::Grid2 CubbyFlow::Grid3 CubbyFlow::GridSystemData2 CubbyFlow::GridSystemData3 CubbyFlow::ParticleSystemData2 CubbyFlow::ParticleSystemData3 CubbyFlow::PointNeighborSearcher2 CubbyFlow::PointNeighborSearcher3

Public Member Functions

virtual void Serialize (std::vector< uint8_t > *buffer) const =0
 Serializes this instance into the flat buffer. More...
 
virtual void Deserialize (const std::vector< uint8_t > &buffer)=0
 Deserializes this instance from the flat buffer. More...
 

Detailed Description

Abstract base class for any serializable class.

Member Function Documentation

◆ Deserialize()

◆ Serialize()


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