Method | Description | |
---|---|---|
Deserialize ( |
||
RawOctetStreamContentFormatter ( string mediaType = "application/octet-stream", string ext = "" ) : LightNode.Core | ||
Serialize ( Stream stream, object obj ) : void |
public Deserialize ( |
||
type | ||
stream | Stream | |
return | object |
public RawOctetStreamContentFormatter ( string mediaType = "application/octet-stream", string ext = "" ) : LightNode.Core | ||
mediaType | string | |
ext | string | |
return | LightNode.Core |
public Serialize ( Stream stream, object obj ) : void | ||
stream | Stream | |
obj | object | |
return | void |