Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hyades-dev] Serialization and Deserialization code for CBE




Here is the implementation for this feature.  The only significant missing
piece is with regards to how to properly parse and handle infinitely nested
EDEs via the <children> element in ExtendedDataElement.  Given the
discussion today amongst the team the structure of this part of the object
may need to change anyway, so we'll hold off supporting this until further
review.

Here are the files:

(See attached file: IInternalizableFromXml.java)(See attached file:
IExternalizableToXml.java)(See attached file: CommonBaseEventImpl.java)(See
attached file: AssociationEngineImpl.java)(See attached file:
CbeFormatter.java)

Thanks,
John Gerken
Emerging Technologies Toolkit Development
IBM Emerging Technologies Software Group
John_Gerken@xxxxxxxxxx

Attachment: IInternalizableFromXml.java
Description: Binary data

Attachment: IExternalizableToXml.java
Description: Binary data

Attachment: CommonBaseEventImpl.java
Description: Binary data

Attachment: AssociationEngineImpl.java
Description: Binary data

Attachment: CbeFormatter.java
Description: Binary data


Back to the top