hdac SDK
SDK for hdac blockchain development
클래스 | 열거형 타입
Newtonsoft.Json.Converters 네임스페이스 참조

클래스

class  BinaryConverter
 Converts a binary value to and from a base 64 string value. 더 자세히 ...
 
class  BsonObjectIdConverter
 Converts a BsonObjectId to and from JSON and BSON. 더 자세히 ...
 
class  CustomCreationConverter
 Create a custom object 더 자세히 ...
 
class  DataSetConverter
 Converts a DataSet to and from JSON. 더 자세히 ...
 
class  DataTableConverter
 Converts a DataTable to and from JSON. 더 자세히 ...
 
class  DateTimeConverterBase
 Provides a base class for converting a DateTime to and from JSON. 더 자세히 ...
 
class  EntityKeyMemberConverter
 Converts an Entity Framework EntityKey to and from JSON. 더 자세히 ...
 
class  ExpandoObjectConverter
 Converts an ExpandoObject to and from JSON. 더 자세히 ...
 
interface  IBinary
 
interface  IEntityKeyMember
 
class  IsoDateTimeConverter
 Converts a DateTime to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). 더 자세히 ...
 
interface  IXmlDeclaration
 
interface  IXmlDocument
 
interface  IXmlElement
 
interface  IXmlNode
 
class  JavaScriptDateTimeConverter
 Converts a DateTime to and from a JavaScript date constructor (e.g. new Date(52231943)). 더 자세히 ...
 
class  KeyValuePairConverter
 Converts a KeyValuePair<TKey,TValue> to and from JSON. 더 자세히 ...
 
class  RegexConverter
 Converts a Regex to and from JSON and BSON. 더 자세히 ...
 
class  StringEnumConverter
 Converts an Enum to and from its name string value. 더 자세히 ...
 
class  XAttributeWrapper
 
class  XCommentWrapper
 
class  XContainerWrapper
 
class  XDeclarationWrapper
 
class  XDocumentWrapper
 
class  XElementWrapper
 
class  XmlDeclarationWrapper
 
class  XmlDocumentWrapper
 
class  XmlElementWrapper
 
class  XmlNodeConverter
 Converts XML to and from JSON. 더 자세히 ...
 
class  XmlNodeWrapper
 
class  XObjectWrapper
 
class  XProcessingInstructionWrapper
 
class  XTextWrapper
 

열거형 타입

enum  JsonDateTimeSerializationMode { JsonDateTimeSerializationMode.Local, JsonDateTimeSerializationMode.Utc, JsonDateTimeSerializationMode.Unspecified, JsonDateTimeSerializationMode.RoundtripKind }
 Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. 더 자세히 ...
 

열거형 타입 문서화

Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.

열거형 멤버
Local 

The time represented is local time.

Utc 

The time represented is UTC.

Unspecified 

The time represented is not specified as either local time or Coordinated Universal Time (UTC).

RoundtripKind 

Preserves the DateTimeKind field of a date when a DateTime object is converted to a string and the string is then converted back to a DateTime object.