Overload | Description |
---|---|
LxSerializer Constructor() | Constructs an LxSerializer, required for serializing and de-serializing Liquid XML Objects attributed classes. Scans all the loaded assemblies. |
LxSerializer Constructor(Serializer) | Constructs an LxSerializer, required for serializing and de-serializing Liquid XML Objects attributed classes. Uses the type information registered with the serializer |
LxSerializer Constructor(Assembly[]) | Constructs an LxSerializer, required for serializing and de-serializing Liquid XML Objects attributed classes. |
LxSerializer Constructor(Predicate<Type>,Assembly[]) | Constructs an LxSerializer, required for serializing and de-serializing Liquid XML Objects attributed classes. |