Method |
Description |
|
Deserialize ( Type type, System stream ) : object |
|
|
JsonContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : LightNode.Core |
|
|
JsonContentFormatter ( JsonSerializer serializer, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : LightNode.Core |
|
|
JsonContentFormatter ( JsonSerializer serializer, string mediaType = "application/json", string ext = "json" ) : LightNode.Core |
|
|
JsonContentFormatter ( string mediaType = "application/json", string ext = "json" ) : LightNode.Core |
|
|
Serialize ( System stream, object obj ) : void |
|
|