Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / SerializationContext / JsonContext / .Net SupportRoundtrip - JsonContext
In This Topic
    .Net SupportRoundtrip - JsonContext
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    JsonRoundTrip SupportRoundtrip()
    void SupportRoundtrip(JsonRoundTrip value)
      Property Description  
        Property Name SupportRoundtrip  
        Property Type JsonRoundTrip  
        Accessors Read/Write  
        Description The mode used when serializing JSON data. Default = Full.  
        Remarks enum JsonRoundTrip
    {
        None,
        Basic, 
        Full 
    };

    None - JSON contains no additional data
    Basic - JSON contains additional data for Attribute and Element Text support
    Full - JSON contains additional data for Attribute, Element Text, Namespace and Type support