tl24 / jsonexserializer

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

'JsonExSerializer.TypeConversion.TypeToStringConverter.SupportsReferences(System.Type)': no suitable method found to override #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 'JsonExSerializer.TypeConversion.TypeToStringConverter.SupportsReferences(
System.Type)': no suitable method found to override

public override bool SupportsReferences(Type sourceType)

should be 

public bool SupportsReferences(Type sourceType)

Original issue reported on code.google.com by sylvain....@gmail.com on 15 Jul 2009 at 12:57

GoogleCodeExporter commented 9 years ago
it applies to the version:

JsonExSerializer-3.01.148.219.zip

Original comment by sylvain....@gmail.com on 17 Jul 2009 at 1:39

GoogleCodeExporter commented 9 years ago
Are you trying to build the source, or did you get that error from the released 
dll?  I 
don't see that file in svn for that release, but it is in the src for the 
release so it 
must have gotten in by mistake.  If you are building the code, I think its safe 
to do 
what you did, or just remove the class, but there might be a test using it.

Original comment by elliott....@gmail.com on 17 Jul 2009 at 2:06

GoogleCodeExporter commented 9 years ago
I built the sources yes.
I removed it and it works (well :-))

Original comment by sylvain....@gmail.com on 17 Jul 2009 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 26 Sep 2009 at 2:20