Show / Hide Table of Contents

Class JSON

Inheritance
System.Object
JSON
Namespace: Speechly.Tools
Assembly: speechly-dotnet.dll
Syntax
public class JSON : object

Methods

| Improve this Doc View Source

Parse<T>(String, T)

Declaration
public static T Parse<T>(string json, T obj)
    where T : class
Parameters
Type Name Description
System.String json
T obj
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

ParseFromStream<T>(Stream, T)

Declaration
public static T ParseFromStream<T>(Stream stream, T obj)
    where T : class
Parameters
Type Name Description
Stream stream
T obj
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

Stringify<T>(T)

Declaration
public static string Stringify<T>(T obj)
Parameters
Type Name Description
T obj
Returns
Type Description
System.String
Type Parameters
Name Description
T
| Improve this Doc View Source

StringifyToStream<T>(T)

Declaration
public static MemoryStream StringifyToStream<T>(T obj)
Parameters
Type Name Description
T obj
Returns
Type Description
MemoryStream
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX