Attribute that may be used on fields or properties to mark them as serializable.
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.
@serializedObject
@serializedField
Attribute that may be used on fields or properties to mark them as serializable.