An array of a simple field type that can be serialized A List<T> of a simple field type that can be serializedNote: Unity does not support serialization of multilevel types (multidimensional arrays, jagged arrays, and nested container types). If you want to serialize these, you have two ...
WeakMultiDimensionalArrayFormatter(Type, Type) MethodsDeserializeImplementation(ref Object, IDataReader) Provides the actual implementation for deserializing a value of type . GetUninitializedObject() Returns null. SerializeImplementation(ref Object, IDataWriter) Provides the actual implementation for serializing...
MultiDimensionalArrayFormatter<TArray, TElement> NullableFormatter<T> OdinPrefabSerializationEditorUtility OdinSerializeAttribute PrefabModification PreviouslySerializedAsAttribute PrimitiveArrayFormatter<T> ProperBitConverter QuaternionFormatter QueueFormatter<TQueue, TValue> ...
Here's a simple example of how to use the Full Serializer API to serialize objects to and from strings. usingSystem;usingFullSerializer;publicstaticclassStringSerializationAPI{privatestaticreadonlyfsSerializer_serializer=newfsSerializer();publicstaticstringSerialize(Typetype,objectvalue){// serialize the d...
OnBeforeSerialize() public void OnBeforeSerialize() OnBeginDrag() public override void OnBeginDrag(PointerEventData eventData) OnDataZoomRangeChanged() public virtual void OnDataZoomRangeChanged(DataZoom dataZoom) OnDrag() public override void OnDrag(PointerEventData eventData) OnEndDrag() public override vo...
An array of a simple field type that can be serialized A List<T> of a simple field type that can be serializedNote: Unity does not support serialization of multilevel types (multidimensional arrays, jagged arrays, and nested container types). If you want to serialize these, you have two ...
using System; using FullSerializer; public static class StringSerializationAPI { private static readonly fsSerializer _serializer = new fsSerializer(); public static string Serialize(Type type, object value) { // serialize the data fsData data; _serializer.TrySerialize(type, value, out data).Asse...
MultiDimensionalArrayFormatter<TArray, TElement> NullableFormatter<T> OdinPrefabSerializationEditorUtility OdinSerializeAttribute PrefabModification PreviouslySerializedAsAttribute PrimitiveArrayFormatter<T> ProperBitConverter QuaternionFormatter QueueFormatter<TQueue, TValue> RectFormatter ReflectionFormatt...
MultiDimensionalArrayFormatter<TArray, TElement> NullableFormatter<T> OdinPrefabSerializationEditorUtility OdinSerializeAttribute PrefabModification PreviouslySerializedAsAttribute PrimitiveArrayFormatter<T> ProperBitConverter QuaternionFormatter QueueFormatter<TQueue, TValue> RectFormatter ReflectionFormatt...
An array of a simple field type that can be serialized A List<T> of a simple field type that can be serializedNote: Unity does not support serialization of multilevel types (multidimensional arrays, jagged arrays, and nested container types). If you want to serialize these, you have two ...