Beamable SDK
Classes
UndoPro.SerializableActionHelper Namespace Reference

Classes

class  SerializableAction
 Wrapper for a single-cast Action without parameters that handles serialization supporting System- and UnityEngine Objects aswell as anonymous methods to some degree More...
 
class  SerializableMethodInfo
 Wrapper for MethodInfo that handles serialization. Stores declaringType, methodName, parameters and flags only and supports generic types (one level for class, two levels for method). More...
 
class  SerializableObject
 Wrapper for an arbitrary object that handles basic serialization, both System.Object, UnityEngine.Object, and even basic unserializable types (the same way, but one-level only, unserializable members will be default or null if previously null) More...
 
class  SerializableObjectOneLevel
 Wrapper for an arbitrary object that handles basic serialization, both System.Object, UnityEngine.Object; unserializable types will be default or null if previously null; NO RECOMMENDED TO USE, it is primarily built to support SerializableObject! More...
 
class  SerializableObjectTwoLevel
 Wrapper for an arbitrary object that handles basic serialization, both System.Object, UnityEngine.Object, and even basic unserializable types (the same way, but one-level only, unserializable members will be default or null if previously null) More...
 
class  SerializableType
 Wrapper for System.Type that handles serialization. Serialized Data contains assembly type name and generic arguments (one level) only. More...