Intro to MicroStream: Super-fast serialization in Java

Intro to MicroStream: Super-fast serialization in Java

MicroStream is a very interesting and even bold approach to data persistence in Java applications. It proposes to sidestep server-datastore complexity entirely and instead provide an object persistence layer that runs inside the application itself. Oracle has incorporated MicroStream into its Helidon microservice framework, which can be seen as nothing short of a major endorsement of the approach.

Read on to learn more about MicroStream and its open source object graph persistence layer.

[ Also on InfoWorld: 7 reasons Java is still great ]

Java serialization reconsidered

In a sense, you could think of MicroStream as a redo from scratch of the serialization idea.

To read this article in full, please click here