terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Converters.BinaryConverter Class Reference
+ Inheritance diagram for Newtonsoft.Json.Converters.BinaryConverter:
+ Collaboration 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, set]
 
virtual bool CanWrite [get, set]
 

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 14 of file BinaryConverter.cs.


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