资 源 简 介
FoxNet Codec
-PAUSED-
A lightweight and easy to use yet fast Java Serialization API
Are you tired of serializing data by hand because the built-in Java Serialization is not fast enough and needs a lot of memory but the existing solutions are not simple or fast enough to be worth the additional effort ?
Then maybe FoxNet Codec could be the right choice for you!
What exactly is FoxNet Codec ?
FoxNet Codec is a Serialization API for Java, which means that it can convert objects into a sequence of bytes or a sequence of bytes into objects. It was intended to replace the slow and inefficient Java Serialization when performance is crucial such as for network applications, games or data bases.
What do I need to know about the library ?
The key concepts:
A Codec is a definiton of how to serialize and deserialize objects.
The CodecSystem can bind or unbind Codecs.
The Co