|
|
|
|
|
by tsimionescu
2341 days ago
|
|
Hmm, that may be true for JSON, but I think that Java binary serialization holds enough information about the original types to allow deserialization without having to explicitly pass the expected class (though what the runtime system does behind the scenes may be equivalent). |
|