Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sbk::core::serialization::serialized_standalone_object Struct Reference

Header for an object that saves to a single file. More...

#include <serializer.h>

Collaboration diagram for sbk::core::serialization::serialized_standalone_object:

Public Member Functions

 serialized_standalone_object (const std::shared_ptr< sbk::core::database_object > &object, sbk::core::object_owner *objectOwner)
 
template<class archive_class >
void serialize (archive_class &archive, const unsigned int v)
 

Public Attributes

serialized_version version
 
serialized_object object
 

Detailed Description

Header for an object that saves to a single file.

Contains version information, the object type and its property data.


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