docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializedType

    Used to serialize System.Type using Type.AssemblyQualifiedName.

    Inheritance
    object
    SerializedType
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Tutorials.Editor
    Assembly: Unity.Tutorials.Editor.dll
    Syntax
    [Serializable]
    public class SerializedType : ISerializationCallbackReceiver

    Constructors

    SerializedType(Type)

    Constructs with a type.

    Declaration
    public SerializedType(Type type)
    Parameters
    Type Name Description
    Type type

    The Type this SerializedType refers to

    Properties

    Type

    The Type is stored using its assembly-qualified type name.

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    Type

    Methods

    OnAfterDeserialize()

    UnityEngine.ISerializationCallbackReceiver override, do not call.

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    UnityEngine.ISerializationCallbackReceiver override, do not call.

    Declaration
    public void OnBeforeSerialize()

    Implements

    ISerializationCallbackReceiver
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)