C# Class RemoteClass.Marshaler

Inheritance: ZNet.Marshaler
Exibir arquivo Open project: hothoty/Zero

Public Methods

Method Description
Read ( ZNet msg, CUserClass &b ) : void
Read ( ZNet msg, Int32>.Dictionary &p ) : void
Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
Write ( ZNet msg, CUserClass b ) : void
Write ( ZNet msg, Int32>.Dictionary p ) : void
Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void

Method Details

Read() public static method

public static Read ( ZNet msg, CUserClass &b ) : void
msg ZNet
b CUserClass
return void

Read() public static method

public static Read ( ZNet msg, Int32>.Dictionary &p ) : void
msg ZNet
p Int32>.Dictionary
return void

Read() public static method

public static Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
return void

Write() public static method

public static Write ( ZNet msg, CUserClass b ) : void
msg ZNet
b CUserClass
return void

Write() public static method

public static Write ( ZNet msg, Int32>.Dictionary p ) : void
msg ZNet
p Int32>.Dictionary
return void

Write() public static method

public static Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
return void