Interface IJsonClassOptions

Hierarchy

  • IJsonClassOptions

Properties

ignoreUndecoratedProperties?: boolean

If true (the default), undecorated properties are ignored by the serialization/deserialization process. If false, they are treated as if they were decorated with the JsonProperty decorator.

Generated using TypeDoc