Overload | Description |
---|---|
JsonEncoder Constructor(IServiceMessageContext,Boolean) | Initializes the object with default values. Selects the reversible or non reversible encoding. |
JsonEncoder Constructor(IServiceMessageContext,Boolean,Boolean,Stream,Boolean,Int32) | Initializes the object with default values. Selects the reversible or non reversible encoding. |
JsonEncoder Constructor(IServiceMessageContext,Boolean,StreamWriter,Boolean) | Initializes the object with default values. Selects the reversible or non reversible encoding. |
JsonEncoder Constructor(IServiceMessageContext,JsonEncodingType,Boolean,Stream,Boolean,Int32) | Initializes the object with default values. |
JsonEncoder Constructor(IServiceMessageContext,JsonEncodingType,StreamWriter,Boolean) | Initializes the object with default values. |