tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Cast being used when property is of type System.Type #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 10 Mar 2009 at 4:39

GoogleCodeExporter commented 9 years ago
Release 3.1

Original comment by elliott....@gmail.com on 16 Apr 2010 at 3:51