Talks
Events

Serializing Data in Go

Klaus Post at Go Systems Conf SF 2020

Serializing data can be crucial for maintaining fast and reliable systems. In this talk, Klaus looks at options beyond JSON and examine the pros and cons of various serialization options available in Go.

He looks at specific pitfalls when writing custom serializers when designing or choosing between flexible, fast and compact serializers. He uses real life examples to examine the Go tools that are available to help out and how they can be connected up.