Sofof 5.0.0
optimized ram usage when reading and writing objects to the database
add pooling to SessionManager
changed internal way of reading and writing to allow json serializer to write valid json
add ability to write pretty json to json serializer
add class specific serialization so you can define custom serializer for your classes
removed java serializer dependency from sofof serializer so sofof serializer is now standalone
add the ability to create thread safe local sessions from server and pooling them
optimized adding objects to the database
removed server dependency on java SecurityManager