点击或拖拽改变大小

CPF.Windows.Json 命名空间

[缺少 "N:CPF.Windows.Json" 的 <summary> 文档]

  说明
公共类AliasAttribute
别名,标记于字段或属性上的特性 Alias,Characteristics marked on fields or property
公共类IgnoreDefaultValueAttribute
当被标记元素的值为默认值时,序列化时将忽略其元素 When the value of the tagged element is the default, its element is ignored when serialized
公共类IgnoreKeyAttribute
被标记的元素,在序列化或反序列化时时将被忽略 Marked elements are ignored when serialized or deserialized
公共类JArray
Json Array
公共类JObject
Json Object
公共类JsonDeserializationTypeResolutionException
类型解析错误 Json Deserialization TypeResolution Exception
公共类JsonDeserializeCtorAttribute
对Model进行Json反序列化时指定一个构造函数 Specify a constructor for Json deserialization of Model
公共类JsonDeserializeHandler
Json Deserialize Handler
公共类JsonDeserializeOption
反序列化全局配置项 Deserialized global configuration's options
公共类JsonNoSupportedDeserializeTypeException
不受支持的解析类型 Unsupported parse type
公共类JsonOnlyIncludeAttribute
序列化仅包含此元素,和Ignore相反 Serialization contains only this element, as opposed to Ignore
公共类JsonOrderAttribute
元素排序,标记于字段或属性上的特性 Element sort, a feature marked on a field or property
公共类JsonSerializer
KoobooJson Serializer
公共类JsonSerializerHandler
提供了用于在序列化中的一些配置 Provides some configuration for serialization
公共类JsonSerializerOption
序列化全局配置器 Serializer global configuration's options
公共类JsonWrongCharacterException
错误的json字符 Json Wrong Character
公共类ValueFormatAttribute
对Model的值格式化器特性,可标注于字段,属性,结构或类上,(字段/属性) 优先级大于 (结构/类) Value formatter features of Model can be labeled on fields, properties, structures or classes with priority of (fields/properties) over (structures/classes)
委托
  委托说明
公共委托JsonDeserializeGlobalValueFormatDelegate
对Model进行Json反序列化时全局值格式化器 Global value formatter for Json deserialization of Model
公共委托JsonSerializerGlobalValueFormatDelegate
对Model进行Json序列化时全局值格式化器 The global value formatter when the Model is Json serialized
枚举
  枚举说明
公共枚举DatetimeFormatEnum
Datetime格式化枚举 Datetime Format Enumeration
公共枚举JsonCharacterReadStateEnum
对Model中的字符读取状态:默认、首字母大写、首字母小写、忽略大小写 Read status for characters in the Model: Default, Initial uppercase, Initial lowercase, Ignore case
公共枚举JsonReferenceHandlingEnum
发生循环引用时的处理方式枚举 Enumeration of processing methods when circular references occur
公共枚举TimespanFormatEnum
Timespan格式化枚举 Timespan Format Enumeration