Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| void | Clear () |
| bool | TryGet (Type type, out CustomTypeInfo customTypeInfo) |
| bool | TryGet (byte typeCode, out CustomTypeInfo customTypeInfo) |
| bool | TryGetCustomTypeInfo (Type type, CustomTypeCache privateCustomTypeCache, out CustomTypeInfo customTypeInfo) |
| bool | TryGetCustomTypeInfo (byte typeCode, CustomTypeCache privateCustomTypeCache, out CustomTypeInfo customTypeInfo) |
| bool | TryRegisterType (Type type, byte typeCode, Func< object, byte[]> serializeFunction, Func< byte[], object > deserializeFunction) |
Static Public Attributes | |
| const int | MaxValueForCustomTypeCompression = 100 |
Properties | |
| IUnknownTypeMapper | TypeMapper [get, set] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
getset |