You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #690, in the types-kotlinx-serialization subproject, we want to introduce the ZeroAsShortSerializerexperimental type for serializing the Zero type as Short.
📝 Description
Similarly to #690, in the
types-kotlinx-serialization
subproject, we want to introduce theZeroAsShortSerializer
experimental type for serializing theZero
type asShort
.This serializer should be available for all Kotlin platforms.
✅ Checklist
toString
function with tests, documentation and samples.equals
andhashCode
functions) with tests, documentation and samples.KSerializer<Zero>
type with tests, documentation and samples.The text was updated successfully, but these errors were encountered: