Function serializedField

  • Attribute that may be used on fields or properties to mark them as serializable.

    Returns AttributeDecorator<Attribute>

    The @serializedObject decorator can be used to mark the entire object and all its fields as serializable. The @serializedField decorator can be used to mark only select fields or properties within a class as serializable.