Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
Description
Marshallers and Unmarshallers are created per-element. Instead, they can be created per-thread and stored within a ThreadLocal which creates a new instance on calls to initialValue(), which allows them to be reused for all elements encoded or decoded by the coder.
Attachments
Issue Links
- links to