LiquidTechnologies.XmlObjects Namespace / LxSerializer<T> Class
The type to be serialized/de-serialized
Members

In This Topic
    LxSerializer<T> Class
    In This Topic
    A generic wrapper around the LxSerializer class.
    Object Model
    LxSerializer<T> Class
    Syntax
    'Declaration
     
    
    Public Class LxSerializer(Of T As Class) 
    public class LxSerializer<T> 
    where T: class
    Type Parameters
    T
    The type to be serialized/de-serialized
    Remarks
    It is possible to define several LxSerializer<T> classes (with different types) based on the same underlying LxSerializer instance.
    Inheritance Hierarchy

    System.Object
       LiquidTechnologies.XmlObjects.LxSerializer<T>

    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