Beamable SDK
|
Public Member Functions | |
void | Init () |
IMongoSerializationService | RegisterStruct< T > () |
The MongoDB driver won't automatically serialize structs correctly. You'll need to manually register your structs with this function. This function will enable serialization of the T, and List<T> More... | |
|
inline |
The MongoDB driver won't automatically serialize structs correctly. You'll need to manually register your structs with this function. This function will enable serialization of the T, and List<T>
T | Some type of struct. |
Implements Beamable.Server.IMongoSerializationService.
T | : | struct |