|
| interface | IUnitySurrogate |
| | Represents an interface for Unity surrogates. This interface provides methods for reading and writing data. More...
|
| interface | IUnityValueSurrogate< T > |
| | Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data. More...
|
| class | UnityArraySurrogate< T, ReaderWriter > |
| | A base class for Unity array surrogates. More...
|
| class | UnityDictionarySurrogate< TKeyType, TKeyReaderWriter, TValueType, TValueReaderWriter > |
| | A surrogate for serializing a dictionary. More...
|
| class | UnityLinkedListSurrogate< T, ReaderWriter > |
| | A surrogate for serializing a linked list. More...
|
| class | UnitySurrogateBase |
| | Represents a base class for Unity surrogates. This class is serializable and provides abstract methods for reading, writing, and initializing data. More...
|
| class | UnityValueSurrogate< T, TReaderWriter > |
| | Represents a base class for Unity value surrogates. This class is serializable and provides methods for reading, writing, and initializing data. More...
|