LiquidTechnologies.XmlObjects Namespace / XmlContractBehaviorAttribute Class / LxSerializerType Property

In This Topic
    LxSerializerType Property
    In This Topic
    The type of LxSerializer class that will be used to serialize and deserialize the XML data going into/out of the web service. A class can be derived from LxSerializer and configured to load XSD definitions from the appropriate assemblies and types. The derived LxSerializer must have a parameterless constructor.
    Syntax
    'Declaration
     
    
    Public Property LxSerializerType As System.Type
    public System.Type LxSerializerType {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also