Mantis - Hessian
Viewing Issue Advanced Details
3166 major always 12-12-08 18:10 12-16-09 16:38
traktor  
ferg  
normal  
closed 3.2.0  
fixed  
none    
none 4.0.3  
0003166: Hessian 3.2 serialize/deserialize changes types of certain objects
After serialization into byte array and then subsequent de-serialization back into Object, the following lose their types:

Short becomes Integer
Byte becomes Integer
Character becomes String
Float becomes Double
char[] becomes String

See http://code.google.com/p/jezve/source/browse/trunk/test/org/jezve/util/HessianTest.java [^] for test case.
Hope this helps!


There are no notes attached to this issue.