Method | Description | |
---|---|---|
Deserialize ( System.Guid connectionId, Stream source, |
||
Serialize ( System.Guid connectionId, IConnectionEvent eventObject, Stream output ) : void |
Method | Description | |
---|---|---|
Build ( string typeName, Newtonsoft.Json.Linq.JObject json, |
||
ReadFully ( Stream input ) : byte[] |
public Deserialize ( System.Guid connectionId, Stream source, |
||
connectionId | System.Guid | |
source | Stream | |
type | ||
return | IConnectionRequest |
public Serialize ( System.Guid connectionId, IConnectionEvent eventObject, Stream output ) : void | ||
connectionId | System.Guid | |
eventObject | IConnectionEvent | |
output | Stream | |
return | void |