vexe / VFW

MIT License
492 stars 67 forks source link

Serialized interface values turning into null. #89

Closed TheLouisHong closed 8 years ago

TheLouisHong commented 8 years ago

VFW Null Bug.zip

It seems that VFW can't handle the interfaces anymore. It is demonstrated in this project. Go into the project and click on Test Object, add the implementation into the list, run the project and watch it turn into null.

vexe commented 8 years ago

Yes, that is intentional. Interfaces are no longer supported. (refer to https://github.com/vexe/VFW/issues/88)

TheLouisHong commented 8 years ago

Ok, I just read your other response. Maybe mark it as obsolete somehow? Thank you!!

vexe commented 8 years ago

Yes you are correct. I need to modify recursive drawer to ignore interface/abstract fields.