Show / Hide Table of Contents

Struct LocalSerializedObjectIdentifier

Implements
ISerializedReadable
ISerializedWritable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetRipper.IO.Files.SerializedFiles.Parser
Assembly: AssetRipper.IO.Files.dll
Syntax
public struct LocalSerializedObjectIdentifier : ISerializedReadable, ISerializedWritable

Properties

| Improve this Doc View Source

LocalIdentifierInFile

Declaration
public long LocalIdentifierInFile { readonly get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

LocalSerializedFileIndex

Declaration
public int LocalSerializedFileIndex { readonly get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Read(SerializedReader)

Declaration
public void Read(SerializedReader reader)
Parameters
Type Name Description
SerializedReader reader
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
| Improve this Doc View Source

Write(SerializedWriter)

Declaration
public void Write(SerializedWriter writer)
Parameters
Type Name Description
SerializedWriter writer

Implements

ISerializedReadable
ISerializedWritable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾