jankotek / elsa

Java serialization, faster and space efficient version of ObjectOutputStream
Apache License 2.0
45 stars 9 forks source link

Support more `java.util` classes in default serializer #5

Open jankotek opened 8 years ago

jankotek commented 8 years ago

Some well known JVM classes are not handled by Elsa. There are some problems with their deserializaiton, some fields are private, object stack can not be handled... etc

That includes:

Following classes are private, and there is problem with object stack on deserialization

Following singletons are registered in MapDB, but not in plain Elsa

Elsa should also handle Externalizable from other frameworks, namely: