Interface IWireFormat
public interface IWireFormat
Properties
Transport
ITransport Transport { get; set; }
Property Value
Version
int Version { get; }
Property Value
Methods
Marshal(object, BinaryWriter)
void Marshal(object o, BinaryWriter ds)
Parameters
o
objectds
BinaryWriter
Unmarshal(BinaryReader)
object Unmarshal(BinaryReader dis)
Parameters
dis
BinaryReader