Photon Server API Documentation v5.0RC1

Public Member Functions | Public Attributes | Properties | List of all members
Photon.SocketServer.Rpc.Protocols.WriteContext Struct Reference

Public Member Functions

 WriteContext (Stream stream, SerializeSetup setup, int buffLen=16)
 

Public Attributes

readonly byte[] buffer
 
readonly Stream stream
 
readonly CustomTypeCache privateCustomTypeCache
 
bool writeCustomTypeId
 

Properties

CustomTypeInfo CustomTypeInfo [get, set]
 
Type ValueType [get, set]
 

Constructor & Destructor Documentation

◆ WriteContext()

Photon.SocketServer.Rpc.Protocols.WriteContext.WriteContext ( Stream  stream,
SerializeSetup  setup,
int  buffLen = 16 
)
inline

Member Data Documentation

◆ buffer

readonly byte [] Photon.SocketServer.Rpc.Protocols.WriteContext.buffer

◆ privateCustomTypeCache

readonly CustomTypeCache Photon.SocketServer.Rpc.Protocols.WriteContext.privateCustomTypeCache

◆ stream

readonly Stream Photon.SocketServer.Rpc.Protocols.WriteContext.stream

◆ writeCustomTypeId

bool Photon.SocketServer.Rpc.Protocols.WriteContext.writeCustomTypeId

Property Documentation

◆ CustomTypeInfo

CustomTypeInfo Photon.SocketServer.Rpc.Protocols.WriteContext.CustomTypeInfo
getset

◆ ValueType

Type Photon.SocketServer.Rpc.Protocols.WriteContext.ValueType
getset