[]
Represents a set of methods for creating Coders.ObjectCoder<T> instances.
public static class SerializerBuilder
| 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. |