Preparing search index...
    type SerializationConfig = {
        associated?: boolean;
        changes?: boolean;
        persist?: boolean;
    }
    Index

    Properties

    associated?: boolean

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

    changes?: boolean

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

    persist?: 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.