CandideServer.Saving.BiomeTileSerializer
Type JSONpublic class in CandideServer.Saving
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Saving - Base type
System.Object - Interfaces
CandideCreator.Shared.Serialization.ITypeSerializer - Hash
B62DEAC867004CD21EBD175D2EA36FF3AA100222255FB33C27670DCB409056A2
Relationships
Base type
System.Object
Interfaces
Properties
| Name | Visibility | Signature |
|---|---|---|
Type# | public | public System.Type Type |
TypeCode# | public | public 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 type
System.Object - StaticFalse
- VirtualTrue
- Hash
17AC2792BC109943B57BE452F6A92DB4A405B591D666C5A85FC5FA891E581867 - Body hash
DDF69B81064F743DD5919A7FA2D8171E325A2BDE4575966D660DBF545B74999C - IL size159
Referenced calls
System.IO.BinaryReader::ReadByte()System.IO.BinaryReader::ReadString()CandideCreator.Shared.Storage.ExtendedBinaryReader::Read7BitEncodedInt()System.String[,]::.ctor(System.Int32, System.Int32)System.IO.BinaryReader::ReadBoolean()System.Diagnostics.Stopwatch::StartNew()System.String[,]::Set(System.Int32, System.Int32, System.String)
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 type
System.Void - StaticFalse
- VirtualTrue
- Hash
4977F2896193A9F0617E84D08B5FDA4BE6B1A2C61AF8F3ACDE08F76D35C83DBD - Body hash
1522F2A4639567BEC7ABBEC879295EE8A5B5C8F9BD55075A7CF05977EEB3C44E - 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)