Photon Server API Documentation v5.0RC1

Photon.SocketServer.Rpc.Protocols.CustomTypeCache Member List

This is the complete list of members for Photon.SocketServer.Rpc.Protocols.CustomTypeCache, including all inherited members.

Clear()Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
MaxValueForCustomTypeCompressionPhoton.SocketServer.Rpc.Protocols.CustomTypeCachestatic
TryGet(Type type, out CustomTypeInfo customTypeInfo)Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
TryGet(byte typeCode, out CustomTypeInfo customTypeInfo)Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
TryGetCustomTypeInfo(Type type, CustomTypeCache privateCustomTypeCache, out CustomTypeInfo customTypeInfo)Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
TryGetCustomTypeInfo(byte typeCode, CustomTypeCache privateCustomTypeCache, out CustomTypeInfo customTypeInfo)Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
TryRegisterType(Type type, byte typeCode, Func< object, byte[]> serializeFunction, Func< byte[], object > deserializeFunction)Photon.SocketServer.Rpc.Protocols.CustomTypeCacheinline
TypeMapperPhoton.SocketServer.Rpc.Protocols.CustomTypeCache