Method | Description | |
---|---|---|
DeserializeFromStream ( |
||
Register ( IAppHost appHost ) : void | ||
SerializeToStream ( IRequestContext requestContext, object response, Stream stream ) : void |
public static DeserializeFromStream ( |
||
type | ||
stream | Stream | |
return | object |
public static Register ( IAppHost appHost ) : void | ||
appHost | IAppHost | |
return | void |
public static SerializeToStream ( IRequestContext requestContext, object response, Stream stream ) : void | ||
requestContext | IRequestContext | |
response | object | |
stream | Stream | |
return | void |