SerializationUtility
Class in Arbor.Serialization / Inherits from: object
Description
Utility class for Unity serialization
Static Methods
Method Name | Description |
---|---|
ElementType | If it is an array it returns the type of the element. |
ElementTypeOfArray | Returns the type of the array element. |
IsSerializableField | Returns whether the field is serializable. |
IsSerializableFieldType | Returns whether the field type is serializable. |
IsSupportedArray | Returns whether it is an array supported. |