ZeroAsByteSerializer

@DeprecatedAsErrorSince(version = KotoolsTypesVersion.V5_0_1)
constructor()

Deprecated (with error)

Use the 'Zero.Companion.byteSerializer' function instead.

Replace with

import org.kotools.types.Zero
import org.kotools.types.kotlinx.serialization.byteSerializer
Zero.byteSerializer()

Creates an instance of ZeroAsByteSerializer.