Bit steam extensions methods to serialize Quantum specific concrete types. More...
Static Public Member Functions | |
static void | Serialize (this IBitStream stream, ref AssetGuid value) |
Serialize the AssetGuid value. More... | |
static void | Serialize (this IBitStream stream, ref AssetRef value) |
Serialize the AssetRef value. More... | |
static void | Serialize (this IBitStream stream, ref ComponentTypeRef value) |
Serialize the ComponentTypeRef value. More... | |
static void | Serialize (this IBitStream stream, ref EntityRef value) |
Serialize the EntityRef value. More... | |
static void | Serialize (this IBitStream stream, ref PlayerRef value) |
Serialize the PlayerRef value. More... | |
static void | Serialize< T > (this IBitStream stream, ref AssetRef< T > value) |
Serialize the AssetRef value where the asset is of type AssetObject. More... | |
Bit steam extensions methods to serialize Quantum specific concrete types.
|
inlinestatic |
Serialize the EntityRef value.
stream | Stream |
value | Value to serialize or deserialize |
|
inlinestatic |
Serialize the AssetGuid value.
stream | Stream |
value | Value to serialize or deserialize |
|
inlinestatic |
Serialize the PlayerRef value.
stream | Stream |
value | Value to serialize or deserialize |
|
inlinestatic |
Serialize the AssetRef value.
stream | Stream |
value | Value to serialize or deserialize |
|
inlinestatic |
Serialize the ComponentTypeRef value.
stream | Stream |
value | Value to serialize or deserialize |
|
inlinestatic |
Serialize the AssetRef value where the asset is of type AssetObject.
stream | Stream |
value | Value to serialize or deserialize |
T | : | AssetObject |