CandideServer.Saving.WorldDifficultySerializer
Type JSONpublic class in CandideServer.Saving
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Saving - Base type
System.Object - Interfaces
CandideCreator.Shared.Serialization.ITypeSerializer - Hash
E8D73CB8A1EA797890CE2746F423E7B2FF3C3984CE8BD584F8261C7850DBA775
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
FE8656FDF1EC586DE6FC67D78C94D32FF1B42273D0EB7496B40DF569FD83C18F - Body hash
0BA77A8FDAE7E8DE2FBD624FFF671C07341435495967449152C2907AC6A093ED - IL size101
Referenced calls
CandideCreator.Shared.Storage.ExtendedBinaryReader::Read7BitEncodedInt()System.Single[,]::.ctor(System.Int32, System.Int32)System.IO.BinaryReader::ReadBoolean()System.Diagnostics.Stopwatch::StartNew()System.IO.BinaryReader::ReadHalf()System.Half::op_Explicit(System.Half)System.Single[,]::Set(System.Int32, System.Int32, System.Single)
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
134F6160E68F305B8BED393B9ADF4FE1AB51D90B15E1C704E5251A202E1982B5 - Body hash
FC9E7A0BB0F11AEF3DDBEE2E861270C3BE0DFDF2D2B170CCD65B922BD8F5BAF1 - IL size118
Referenced calls
System.Array::GetLength(System.Int32)CandideCreator.Shared.Storage.ExtendedBinaryWriter::Write7BitEncodedInt(System.Int32)System.IO.BinaryWriter::Write(System.Boolean)System.Single[,]::Get(System.Int32, System.Int32)System.Half::op_Explicit(System.Single)System.IO.BinaryWriter::Write(System.Half)