C# Class ProtoBuf.Remoting.ProtobufMessageReader

Mostra file Open project: vadimskipin/Protobuf.Remoting Class Usage Examples

Public Methods

Method Description
ProtobufMessageReader ( MethodInfo method ) : System
Read ( Stream stream ) : void

Private Methods

Method Description
GetTaggedValueType ( int tag ) : Type
GetValue ( Type type, object value ) : object
GetValueType ( Type type ) : Type

Method Details

ProtobufMessageReader() public method

public ProtobufMessageReader ( MethodInfo method ) : System
method System.Reflection.MethodInfo
return System

Read() public method

public Read ( Stream stream ) : void
stream Stream
return void