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

Serializes an object type and the object's data. More...

#include <serializer.h>

Collaboration diagram for sbk::core::serialization::serialized_object:

Public Member Functions

 serialized_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_type type
 
sbk_id id = 0
 
std::shared_ptr< sbk::core::database_objectobject
 
sbk::core::object_ownerobjectOwner = nullptr
 

Detailed Description

Serializes an object type and the object's data.


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