You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FxWorks
Hello everyone,
After quite a bit of time I released a new version of FlexXB. This new
version brings several enhancemens and fixes. You now have a
configurationo flag allowing you to decide what to do with a missing
field in teh serialized data: set the corresponding object field to
null or ignore it. Also, FlexXB now support namespaced types in
xsi:type and the persistable object and persistabe list now have their
editMode and modified fields bindable. Please take a look below for an
excerpt from the readme.
I hope this new release will help you getting the best out of FlexXB.
Until next time!
Good luck,
Alex
PS: I stopped including the entire readme in the release announcements
since it is already in the releae package. Less bloat in the message.
2.3.0 - 27-09-2011
- Fix: Issue 49 - Arraylist not being serialized or
deserialized;
- Fix: Issue 50 - NPE when using virtual path and
getRuntimeType;
- Fix: Issue 51 - Issue in deserialization from XML to AS3
object;
- Enhancement: Issue 53 - XMLSerializer doesn't support xsi:type
with namespace xsi:type="a:ItemA"
- Enhancement: Issue 54 - Ignore missing elements/attributes and
control whether to set the fields to null or leave them out
- Enhancement: Changed PersistableObject/List and made modified and
editMode bindable