terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Converters.BinaryConverter Class Reference
+ Inheritance diagram for Newtonsoft.Json.Converters.BinaryConverter:

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"
 

Detailed Description

Definition at line 11 of file BinaryConverter.cs.


The documentation for this class was generated from the following file: