ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoders Class
Fields Methods

In This Topic
    JsonCoders Class Members
    In This Topic

    The following tables list the members exposed by JsonCoders.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.Boolean type.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.Boolean type with a default value of an false.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.Double type.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.Int32 type.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.Int32 type with a default value of 0.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the nullable System.Double type.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.String type.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.String type with a default value of an empty string.  
    Public Fieldstatic (Shared in Visual Basic)Gets a coder for the System.String type with a default value of null.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the Collection type.  
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the Collection type with a default value of an empty collection.  
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the Collection type with a default value of null.  
    Public Methodstatic (Shared in Visual Basic)Encodes the specified default value as undefined and skips it during serialization. During deserialization, the undefined value will be replaced with the specified default value.  
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoders.Enum``1 type.  
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the IList type.  
    Public Methodstatic (Shared in Visual Basic)Gets a coder for the IList type with a default value of empty list.  
    Public Methodstatic (Shared in Visual Basic)if variant value is undefined it will be converted to null instead During deserialization, the null value will be replaced with the undefiend variant should be usedin in combination with Default coder  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Encodes the specified default value as undefined and skips it during serialization. During deserialization, the undefined value will be replaced with the specified default value.  
    Top
    See Also