C# Class DDay.iCal.Serialization.iCalendar.DataTypeSerializerFactory

Inheritance: ISerializerFactory
Datei anzeigen Open project: nachocove/DDay-iCal-Xamarin

Public Methods

Method Description
Build ( Type objectType, ISerializationContext ctx ) : ISerializer

Returns a serializer that can be used to serialize and object of type objectType. TODO: Add support for caching.

Method Details

Build() public method

Returns a serializer that can be used to serialize and object of type objectType. TODO: Add support for caching.
public Build ( Type objectType, ISerializationContext ctx ) : ISerializer
objectType System.Type The type of object to be serialized.
ctx ISerializationContext The serialization context.
return ISerializer