LiquidTechnologies.XmlObjects Namespace / LxSerializer Class / LxSerializer Constructor / LxSerializer Constructor(Assembly[])
An optional list of assemblies to scan for Liquid XML Objects serialization classes.
If no assemblies are provided then ALL assemblies are scanned.

In This Topic
    LxSerializer Constructor(Assembly[])
    In This Topic
    Constructs an LxSerializer, required for serializing and de-serializing Liquid XML Objects attributed classes.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray assembliesToScan() As System.Reflection.Assembly _
    )
    public LxSerializer( 
       params System.Reflection.Assembly[] assembliesToScan
    )

    Parameters

    assembliesToScan
    An optional list of assemblies to scan for Liquid XML Objects serialization classes.
    If no assemblies are provided then ALL assemblies are scanned.
    Remarks
    Additional assemblies can be added to the scan list later using the RegisterAssembly method.
    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