Companion

Companion object containing utility methods for handling specialized serialization mechanisms.

Functions

Link copied to clipboard

Creates an instance of AsTextSerializer for the specified type T that extends TextSerializable. The resulting serializer facilitates the conversion of objects implementing the TextSerializable interface into a textual format, utilizing their predefined serialization logic.