[aspectwerkz-dev] [jira] Deleted: (AW-11) AddReadObjectTransformer
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
[ http://jira.codehaus.org/browse/AW-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
[email protected] deleted AW-11:
--------------------------------
> AddReadObjectTransformer
> ------------------------
>
> Key: AW-11
> URL: http://jira.codehaus.org/browse/AW-11
> Project: AspectWerkz
> Issue Type: New Feature
> Reporter: Jonas Boner
> Assignee: Jonas Boner
> Priority: Minor
>
> Add a transformer that adds a private void readObject(final ObjectInputStream stream) method that reads in all user defined fields as well as the once added during transformation (to ensure that previously serialized classes are nicely integrated into the system)
> The fields that needs to be initialized are:
> private Map ___metaData = new HashMap();
> private SerializableTheadLocal ___jp$... = new SerializableThreadLocal(); // all fields that starts with ___jp$ (jp stands for join point)
> private String ___uuid = UuidGenerator.generate(this);
> along with the user defined fields.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email