kotlinx-serialization-core

Core serialization API and serializers for standard library classes, and ready to use JSON format implementation.

Core serialization API and serializers for standard library classes, and ready to use JSON format implementation.

Packages

Link copied to clipboard
common

Basic core concepts and annotations that set up serialization process.

Link copied to clipboard
common

Serializers for standard Kotlin types, like Int, String, List, etc.

Link copied to clipboard
common

Basic concepts of serial description to programmatically describe the serial form for serializers in an introspectable manner.

Link copied to clipboard
common

Basic concepts of encoding and decoding of serialized data.

Link copied to clipboard
common

Classes that provides runtime mechanisms for resolving serializers, typically used during polymorphic serialization.