hdac SDK
SDK for hdac blockchain development
|
Specifies the settings on a JsonSerializer object. 더 자세히 ...
Public 멤버 함수 | |
JsonSerializerSettings () | |
Initializes a new instance of the JsonSerializerSettings class. 더 자세히 ... | |
속성 | |
ReferenceLoopHandling | ReferenceLoopHandling [get, set] |
Gets or sets how reference loops (e.g. a class referencing itself) is handled. 더 자세히 ... | |
MissingMemberHandling | MissingMemberHandling [get, set] |
Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. 더 자세히 ... | |
ObjectCreationHandling | ObjectCreationHandling [get, set] |
Gets or sets how objects are created during deserialization. 더 자세히 ... | |
NullValueHandling | NullValueHandling [get, set] |
Gets or sets how null values are handled during serialization and deserialization. 더 자세히 ... | |
DefaultValueHandling | DefaultValueHandling [get, set] |
Gets or sets how null default are handled during serialization and deserialization. 더 자세히 ... | |
IList< JsonConverter > | Converters [get, set] |
Gets or sets a collection JsonConverter that will be used during serialization. 더 자세히 ... | |
PreserveReferencesHandling | PreserveReferencesHandling [get, set] |
Gets or sets how object references are preserved by the serializer. 더 자세히 ... | |
TypeNameHandling | TypeNameHandling [get, set] |
Gets or sets how type name writing and reading is handled by the serializer. 더 자세히 ... | |
FormatterAssemblyStyle | TypeNameAssemblyFormat [get, set] |
Gets or sets how a type name assembly is written and resolved by the serializer. 더 자세히 ... | |
ConstructorHandling | ConstructorHandling [get, set] |
Gets or sets how constructors are used during deserialization. 더 자세히 ... | |
IContractResolver | ContractResolver [get, set] |
Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa. 더 자세히 ... | |
IReferenceResolver | ReferenceResolver [get, set] |
Gets or sets the IReferenceResolver used by the serializer when resolving references. 더 자세히 ... | |
SerializationBinder | Binder [get, set] |
Gets or sets the SerializationBinder used by the serializer when resolving type names. 더 자세히 ... | |
EventHandler< ErrorEventArgs > | Error [get, set] |
Gets or sets the error handler called during serialization and deserialization. 더 자세히 ... | |
StreamingContext | Context [get, set] |
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods. 더 자세히 ... | |
Specifies the settings on a JsonSerializer object.
|
inline |
Initializes a new instance of the JsonSerializerSettings class.
|
getset |
Gets or sets the SerializationBinder used by the serializer when resolving type names.
The binder.
|
getset |
Gets or sets how constructors are used during deserialization.
The constructor handling.
|
getset |
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
The context.
|
getset |
Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa.
The contract resolver.
|
getset |
Gets or sets a collection JsonConverter that will be used during serialization.
The converters.
|
getset |
Gets or sets how null default are handled during serialization and deserialization.
The default value handling.
|
getset |
Gets or sets the error handler called during serialization and deserialization.
The error handler called during serialization and deserialization.
|
getset |
Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
Missing member handling.
|
getset |
Gets or sets how null values are handled during serialization and deserialization.
Null value handling.
|
getset |
Gets or sets how objects are created during deserialization.
The object creation handling.
|
getset |
Gets or sets how object references are preserved by the serializer.
The preserve references handling.
|
getset |
Gets or sets how reference loops (e.g. a class referencing itself) is handled.
Reference loop handling.
|
getset |
Gets or sets the IReferenceResolver used by the serializer when resolving references.
The reference resolver.
|
getset |
Gets or sets how a type name assembly is written and resolved by the serializer.
The type name assembly format.
|
getset |
Gets or sets how type name writing and reading is handled by the serializer.
The type name handling.