Property | Type | Description | |
---|---|---|---|
m_serializerFactory | CSerializerFactory | ||
m_strMethod | String |
Method | Description | |
---|---|---|
AddRef ( object objReference ) : int |
Adds an object reference.
|
|
CompleteCall ( ) : void |
Completes reading the call A successful completion will have a single value: z
|
|
CompleteReply ( ) : void |
Completes reading the call A successful completion will have a single value: z
|
|
IsEnd ( ) : bool |
Returns true if the data has ended.
|
|
ReadBoolean ( ) : bool |
Reads a boolean
|
|
ReadBytes ( ) : byte[] |
Reads a byte array.
|
|
ReadDouble ( ) : double |
Reads a double.
|
|
ReadEnd ( ) : void |
Read the end byte
|
|
ReadInputStream ( ) : Stream |
Reads a InputStream.
|
|
ReadInt ( ) : int |
Reads an integer
|
|
ReadLength ( ) : int |
Reads the length of a list.
|
|
ReadListEnd ( ) : void |
Read the end byte
|
|
ReadListStart ( ) : int |
Reads the start of a list
|
|
ReadLong ( ) : long |
Reads a long
|
|
ReadMapEnd ( ) : void |
Reads the end of a list.
|
|
ReadMapStart ( ) : int |
Reads the start of a list.
|
|
ReadObject ( ) : object |
Reads an arbitrary object from the input stream.
|
|
ReadObject ( |
Reads an arbitrary object from the input stream.
|
|
ReadRef ( ) : object |
Reads a reference.
|
|
ReadReply ( |
Reads a reply as an object. If the reply has a fault, throws the exception.
|
|
ReadString ( ) : string |
Reads a string encoded in UTF-8
|
|
ReadType ( ) : String |
Reads an object type.
|
|
ReadUTCDate ( ) : long |
Reads utc date
|
|
StartCall ( ) : void |
Starts reading the call A successful completion will have a single value: c major minor m b16 b8 method
|
|
StartReply ( ) : void |
Starts reading the reply A successful completion will have a single value: r
|
public abstract AddRef ( object objReference ) : int | ||
objReference | object | Reference object |
return | int |
public abstract ReadObject ( |
||
expectedType | The expected class of the value | |
return | object |
public abstract ReadReply ( |
||
expectedType | Expected class of the value | |
return | Object |
protected CSerializerFactory m_serializerFactory | ||
return | CSerializerFactory |