Interface SerializerOptions

Index

Properties

Properties

optional public replacer?: (key: string, value: any) => any

The default replacer function used during serialization. By default properties starting with '_' or '$' are removed from the serialized object.

param

The object key to check.

param

The object value to check.

returns

The value to serialize.

public space: any

The amount of space to use for indentation when writing out JSON.

default

undefined