| Trustin Lee (JIRA) 2005-06-24, 5:45 pm |
| Standarzied serialization and deserialization of Name, Attribute, and Attributes.
---------------------------------------------------------------------------------
Key: DIREVE-170
URL: http://issues.apache.org/jira/browse/DIREVE-170
Project: Directory Server
Type: Improvement
Versions: 0.9
Reporter: Trustin Lee
Assigned to: Trustin Lee
We should provide standardized high-performance serialization/deserialization mechanism as a library.
Using Java serialization has couple of cons:
* Slow
* Resulting data is big
* Serialized data might be unable to read due to class signature changes
It will also help users to create their own ContextPartition implementation easily.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|