See: Description
Interface | Description |
---|---|
Serializer |
This is the interface to
serialize and deserialize arbitrary
Java objects. |
serializable
object to binary data (byte[]
) and vice versa. However, there are
alternative solutions to Java serialization that offer some advantages like transparency by human-readable data (e.g.
as JSON) or better performance (e.g. by (generated) custom code). Therefore we offer a minimal abstraction of
serialization via the Serializer
interface.Copyright © 2001–2016 mmm-Team. All rights reserved.