×
Serialization

Analyze How Velox Does Serialization From the Source Code

This article analyzes Velox's serialization and deserialization process from a source code perspective.

Performance Issues Related to LocalDateTime and Instant during Serialization Operations

This article discusses some performance issues that an Alibaba engineered encountered during serialization operations which were related to using the LocalDateTime and Instant time formats.

Serialization Implementation Method Based on Generic Programming

This article explores the concepts and benefits of generic programming and serialization through a simple example.