Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface marshallOptions

An optional configuration object for marshall

Hierarchy

  • marshallOptions

Index

Properties

Optional convertClassInstanceToMap

convertClassInstanceToMap: boolean

Whether to convert typeof object to map attribute.

Optional convertEmptyValues

convertEmptyValues: boolean

Whether to automatically convert empty strings, blobs, and sets to null

Optional removeUndefinedValues

removeUndefinedValues: boolean

Whether to remove undefined values while marshalling.