C# Класс DDay.iCal.Serialization.iCalendar.DataTypeSerializerFactory

Наследование: ISerializerFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Build() публичный Метод

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.
Результат ISerializer