SerializationConfig: {
    associated?: boolean;
    changes?: boolean;
    persist?: boolean;
}

Type declaration

  • Optionalassociated?: boolean

    If the value is true, hasone and hasMany are serialized.

  • Optionalchanges?: boolean

    When set to true, only the changed data is serialized.

  • Optionalpersist?: boolean

    When set to true, only stored values are returned. If the value is false, the fields are returned regardless of the value of the persist attribute.