Table of Contents

Interface ILogixSerializable

Namespace
L5Sharp
Assembly
L5Sharp.dll

A interface defining the method for serialization of an object to a XElement.

public interface ILogixSerializable

Methods

Serialize()

Returns a XElement representing the serialized L5X data for a given object.

XElement Serialize()

Returns

XElement

A XElement containing the XML data.