Romestead Assembly Reference

CandideServer.Saving.BiomeTileSerializer

Type JSON

public class in CandideServer.Saving

Methods2
Properties2
Fields0
Events0
Type metadata

Relationships

Base type

System.Object

Properties

NameVisibilitySignature
Typepublicpublic System.Type Type
TypeCodepublicpublic System.Byte TypeCode

Methods

Read

public System.Object Read(CandideCreator.Shared.Serialization.CandideReflection reflection, CandideCreator.Shared.Serialization.CandideDeserializer deserializer, System.Type type)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Object
  • StaticFalse
  • VirtualTrue
  • Hash17AC2792BC109943B57BE452F6A92DB4A405B591D666C5A85FC5FA891E581867
  • Body hashDDF69B81064F743DD5919A7FA2D8171E325A2BDE4575966D660DBF545B74999C
  • IL size159
Referenced calls

Write

public System.Void Write(CandideCreator.Shared.Serialization.CandideReflection reflection, CandideCreator.Shared.Serialization.CandideSerializer serializer, CandideCreator.Shared.Storage.ExtendedBinaryWriter writer, System.Object value)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash4977F2896193A9F0617E84D08B5FDA4BE6B1A2C61AF8F3ACDE08F76D35C83DBD
  • Body hash1522F2A4639567BEC7ABBEC879295EE8A5B5C8F9BD55075A7CF05977EEB3C44E
  • IL size217
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Data.DataModels.BiomeData>::get_Keys()
  • System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable<!!0>)
  • System.Array::Sort(!!0[])
  • System.Collections.Generic.Dictionary<System.String, System.Byte>::.ctor(System.Int32)
  • System.IO.BinaryWriter::Write(System.Byte)
  • System.IO.BinaryWriter::Write(System.String)
  • System.Collections.Generic.Dictionary<System.String, System.Byte>::set_Item(!0, !1)
  • System.Array::GetLength(System.Int32)
  • CandideCreator.Shared.Storage.ExtendedBinaryWriter::Write7BitEncodedInt(System.Int32)
  • System.String[,]::Get(System.Int32, System.Int32)
  • System.IO.BinaryWriter::Write(System.Boolean)
  • System.Collections.Generic.Dictionary<System.String, System.Byte>::get_Item(!0)