Creates new encoder with given options.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonEncoder(
JsonEncoderOptions options = null
)
Public Sub New (
Optional options As JsonEncoderOptions = Nothing
)
Parameters
- options (Optional)
- Type: Dextronet.JsonieJsonEncoderOptions
Options of the encoder.
See Also