use property that uses System.Type
public Type DataType { get; set; }
Serializer will write out
(System.RuntimeType) { }
which can not be deserialized. Converter is required as well to convert
type to string.
Consider added a TypeToString converter as well.
Original issue reported on code.google.com by elliott....@gmail.com on 10 Mar 2009 at 4:35
Original issue reported on code.google.com by
elliott....@gmail.com
on 10 Mar 2009 at 4:35