Last updated

API / geotoolkit / persistence / JsonSerializer / JsonSerializer

Namespace: JsonSerializer

persistence.JsonSerializer.JsonSerializer

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

serialization options

Type declaration

NameTypeDescription
filter?(object: any, type: string) => booleanA function that alters the behavior of the serialization process
options?OptionsSerialization hints
replacer?(this: any, key: string, value: any) => anyA function that alters the behavior of the stringification process
space?string | numberA String or Number object that's used to insert white space into the output JSON string for readability purposes.