[
http://issues.ops4j.org/browse/PAXWICKET-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11985#action_11985
]
David Leangen commented on PAXWICKET-33:
----------------------------------------
Ops... switching between IM and Jira... pressed the wrong keys!
Anyway, it seems like it would be easy enough to do something like:
During serialization:
String enumName = enum.name();
During deserialization:
String enumName = ... // deserialize object
MyEnum enum = MyEnum.valueOf( enumName );
> Provide support for serialization / deserialization of enums
> ------------------------------------------------------------
>
> Key: PAXWICKET-33
> URL: http://issues.ops4j.org/browse/PAXWICKET-33
> Project: Pax Wicket
> Issue Type: Improvement
> Reporter: David Leangen
> Assignee: Niclas Hedhman
> Priority: Minor
>
> Java does not provide support for serializing and deserializing enums.
> It could be nice to be able to provide that support as part of pax-wicket,
> since wicket uses such heavy serialization.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general