terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
override bool | CanConvert (Type objectType) |
BinaryConverter () | |
Properties | |
virtual bool | CanRead [get] |
virtual bool | CanWrite [get] |
Private Member Functions | |
byte[] | GetByteArray (object value) |
void | EnsureReflectionObject (Type t) |
byte[] | ReadByteArray (JsonReader reader) |
Private Attributes | |
ReflectionObject | _reflectionObject |
Static Private Attributes | |
const string | BinaryTypeName = "System.Data.Linq.Binary" |
const string | BinaryToArrayName = "ToArray" |
Definition at line 11 of file BinaryConverter.cs.