|
Beamable SDK
|

Public Member Functions | |
| 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... | |
| IMongoSerializationService Beamable.Server.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>
| T | Some type of struct. |
Implemented in Beamable.Server.MongoSerializationService.
| T | : | struct |