Show / Hide Table of Contents

Class SerializedType

Inheritance
System.Object
SerializedTypeBase
SerializedType
Inherited Members
SerializedTypeBase.TypeID
SerializedTypeBase.OriginalTypeID
SerializedTypeBase.RawTypeID
SerializedTypeBase.IsStrippedType
SerializedTypeBase.ScriptTypeIndex
SerializedTypeBase.OldType
SerializedTypeBase.ScriptID
SerializedTypeBase.OldTypeHash
SerializedTypeBase.Read(SerializedReader, Boolean)
SerializedTypeBase.Write(SerializedWriter, Boolean)
SerializedTypeBase.ToString()
SerializedTypeBase.HasIsStrippedType(FormatVersion)
SerializedTypeBase.HasScriptTypeIndex(FormatVersion)
SerializedTypeBase.HasHash(FormatVersion)
SerializedTypeBase.HasTypeDependencies(FormatVersion)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetRipper.IO.Files.SerializedFiles.Parser
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class SerializedType : SerializedTypeBase

Properties

| Improve this Doc View Source

TypeDependencies

Declaration
public int[] TypeDependencies { get; set; }
Property Value
Type Description
System.Int32[]

Methods

| Improve this Doc View Source

IgnoreScriptTypeForHash(FormatVersion, UnityVersion)

Declaration
protected override bool IgnoreScriptTypeForHash(FormatVersion formatVersion, UnityVersion unityVersion)
Parameters
Type Name Description
FormatVersion formatVersion
UnityVersion unityVersion
Returns
Type Description
System.Boolean
Overrides
SerializedTypeBase.IgnoreScriptTypeForHash(FormatVersion, UnityVersion)
| Improve this Doc View Source

ReadTypeDependencies(SerializedReader)

Declaration
protected override void ReadTypeDependencies(SerializedReader reader)
Parameters
Type Name Description
SerializedReader reader
Overrides
SerializedTypeBase.ReadTypeDependencies(SerializedReader)
| Improve this Doc View Source

WriteTypeDependencies(SerializedWriter)

Declaration
protected override void WriteTypeDependencies(SerializedWriter writer)
Parameters
Type Name Description
SerializedWriter writer
Overrides
SerializedTypeBase.WriteTypeDependencies(SerializedWriter)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾