Function unserializableField

  • Attribute that prevents serialization of a field that would otherwise be serialized. Normally those fields are public fields of a Component, Resource or a class marked with a SerializeObjectAttribute attribute.

    Returns AttributeDecorator<Attribute>