Create a TypeConverter that takes 2 System.Converter<TInput, TOutput>
delegates as arguments. The GetSerializedType method will infer its return
type from the types specified by the first or Serializer converter.
Example:
public class DelegateConverter<T1,T2> {
public DelegateConverter(Converter<T1,T2> SerializerConverter,
Converter<T2,T1>) {
}
...
}
Original issue reported on code.google.com by elliott....@gmail.com on 10 Aug 2008 at 7:44
Original issue reported on code.google.com by
elliott....@gmail.com
on 10 Aug 2008 at 7:44