hdac SDK
SDK for hdac blockchain development
클래스 | 함수
Newtonsoft.Json.Serialization 네임스페이스 참조

클래스

class  CachedAttributeGetter
 
class  CamelCasePropertyNamesContractResolver
 Resolves member mappings for a type, camel casing property names. 더 자세히 ...
 
class  DefaultContractResolver
 Used by JsonSerializer to resolves a JsonContract for a given Type. 더 자세히 ...
 
class  DefaultReferenceResolver
 
class  DefaultSerializationBinder
 The default serialization binder used when resolving and loading classes from type names. 더 자세히 ...
 
class  DynamicValueProvider
 Get and set values for a MemberInfo using dynamic methods. 더 자세히 ...
 
class  ErrorContext
 Provides information surrounding an error. 더 자세히 ...
 
class  ErrorEventArgs
 Provides data for the Error event. 더 자세히 ...
 
interface  IContractResolver
 Used by JsonSerializer to resolves a JsonContract for a given Type. 더 자세히 ...
 
interface  IMetadataTypeAttribute
 
interface  IReferenceResolver
 Used to resolve references when serializing and deserializing JSON by the JsonSerializer. 더 자세히 ...
 
interface  IValueProvider
 Provides methods to get and set values. 더 자세히 ...
 
class  JsonArrayContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonDictionaryContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonDynamicContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonFormatterConverter
 
class  JsonISerializableContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonLinqContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonObjectContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonPrimitiveContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonProperty
 Maps a JSON property to a .NET member. 더 자세히 ...
 
class  JsonPropertyCollection
 A collection of JsonProperty objects. 더 자세히 ...
 
class  JsonSerializerInternalBase
 
class  JsonSerializerInternalReader
 
class  JsonSerializerInternalWriter
 
class  JsonSerializerProxy
 
class  JsonStringContract
 Contract details for a Type used by the JsonSerializer. 더 자세히 ...
 
class  JsonTypeReflector
 
class  LateBoundMetadataTypeAttribute
 
class  OnErrorAttribute
 When applied to a method, specifies that the method is called when an error occurs serializing an object. 더 자세히 ...
 
class  ReflectionValueProvider
 Get and set values for a MemberInfo using reflection. 더 자세히 ...
 
struct  ResolverContractKey
 

함수

delegate object ObjectConstructor< T > (params object[] args)
 Represents a method that constructs an object. 더 자세히 ...
 

함수 문서화

delegate object Newtonsoft.Json.Serialization.ObjectConstructor< T > ( params object[]  args)

Represents a method that constructs an object.