[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Persistence.Xml.SerializerBuilder

SerializerBuilder Class

Represents a set of methods for creating Coders.ObjectCoder<T> instances.

Inheritance
SerializerBuilder
Namespace: GrapeCity.ActiveReports.Core.Rdl.Persistence.Xml
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public static class SerializerBuilder

Methods

Name Description
Collection<TItem>(IXmlItemSerializer)

Creates a coder for serializing collections of items to/from XML.

Collection<TItem>(ObjectCoder<TItem>)

Creates a coder for serializing collections of items to/from XML.

Expressions(string)

Creates a Coders.ObjectCoder<T> type coder for the XML serialization of ExpressionInfoCollection objects.

Switch<TBaseItem>(params IXmlItemSerializer[])

Creates a Coders.ObjectCoder<T> type coder for the XML serialization of collections with different item types.

Type<T>(string, string, string)

Creates a new SerializerBuilder.TypeBuilder<TObject> for the specified type.