Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObjectMapper

ObjectMapper provides functionality for reading and writing JSON. It is also highly customizable to work both with different styles of JSON content, and to support more advanced Object concepts such as polymorphism and Object identity.

ObjectMapper will use instances of JsonParser and JsonStringifier for implementing actual reading/writing of JSON.

Hierarchy

  • ObjectMapper

Index

Constructors

constructor

Properties

defaultParserContext

defaultParserContext: JsonParserContext

Default context to use during deserialization.

defaultStringifierContext

defaultStringifierContext: JsonStringifierContext

Default context to use during serialization.

Methods

parse

stringify

Generated using TypeDoc