
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
19/Jun/08 02:52 AM
|
|
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.
|
|
Description
|
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.
|
Show » |
|
We should now implement other specific serialization, for DN, and for each attributeType too. The idea would be to create a "serializer" for each AT like we have normalizer, etc...