ProtoTwin API
    Preparing search index...

    Function Serializable

    • Property decorator that specifies whether the property should be serialized.

      Parameters

      • serializable: boolean | ((target: any) => boolean)

        True if the property should be serialized, false otherwise.

      Returns PropertyDecorator

      The property decorator instance.