Classes | |
interface | IUnitySurrogate |
Represents an interface for Unity surrogates. This interface provides methods for reading and writing data. More... | |
interface | IUnityValueSurrogate |
Represents an interface for Unity value surrogates. This interface provides a property for accessing and modifying the data. More... | |
class | UnityArraySurrogate |
A base class for Unity array surrogates. More... | |
class | UnityDictionarySurrogate |
A surrogate for serializing a dictionary. More... | |
class | UnityLinkedListSurrogate |
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 |
Represents a base class for Unity value surrogates. This class is serializable and provides methods for reading, writing, and initializing data. More... | |