Interface EncoderOptions

Encoder options.

interface EncoderOptions {
    rawBinary: boolean;
    sharedPropertyName: boolean;
    sharedStringValue: boolean;
}

Properties

rawBinary: boolean
sharedPropertyName: boolean
sharedStringValue: boolean