MinifiedNumArrayConverter Class

DCSoft.DBUtilityGeneric

MinifiedNumArrayConverter Class
基于json的转换器
Inheritance Hierarchy
SystemObject  JsonConverter
    DCSoft.Utility.UtilsMinifiedNumArrayConverter

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class MinifiedNumArrayConverter : JsonConverter

The MinifiedNumArrayConverter type exposes the following members.

Constructors
  NameDescription
Public methodMinifiedNumArrayConverter
Initializes a new instance of the MinifiedNumArrayConverter class
Top
Methods
  NameDescription
Public methodCanConvert (Overrides JsonConverter.CanConvert(Type).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSchema (Inherited from JsonConverter.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadJson (Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodToString (Inherited from Object.)
Public methodWriteJson (Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
Properties
  NameDescription
Public propertyCanRead (Overrides JsonConverter.CanRead.)
Public propertyCanWrite (Inherited from JsonConverter.)
Top
See Also