API / geotoolkit / persistence / JsonSerializer / JsonSerializer
persistence.JsonSerializer.JsonSerializer
Type Aliases
Type Aliases
Ƭ Options: Object
serialization options
| Name | Type | Description |
|---|---|---|
filter? | (object: any, type: string) => boolean | A function that alters the behavior of the serialization process |
options? | Options | Serialization hints |
replacer? | (this: any, key: string, value: any) => any | A function that alters the behavior of the stringification process |
space? | string | number | A String or Number object that's used to insert white space into the output JSON string for readability purposes. |