-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
β¨ New ZeroAsByteSerializer
type
#690
Milestone
Comments
LVMVRQUXL
added
feature
New feature or request.
common
Item related to all platforms.
labels
Jul 21, 2024
This was referenced Jul 22, 2024
LVMVRQUXL
added
types-kotlinx-serialization
and removed
types-kotlinx-serialization
labels
Jul 25, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 15, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 20, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 27, 2024
It is now recommended to use the `ZeroAsByteSerializer` type instead.
LVMVRQUXL
added a commit
that referenced
this issue
Aug 27, 2024
3 tasks
LVMVRQUXL
added a commit
that referenced
this issue
Aug 27, 2024
It is now recommended to use the `ZeroAsByteSerializer` type instead.
LVMVRQUXL
added a commit
that referenced
this issue
Aug 27, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 28, 2024
It is now recommended to use the `ZeroAsByteSerializer` type instead.
LVMVRQUXL
added a commit
that referenced
this issue
Aug 28, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 28, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 28, 2024
LVMVRQUXL
added a commit
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π Description
In the
types-kotlinx-serialization
subproject, we want to introduce theZeroAsByteSerializer
experimental type for serializing theZero
type asByte
. This serializer should be available for all Kotlin platforms.Finally, we want to deprecate the
KotoolsTypesSerializers.zero
experimental property with an error level for using this new serializer instead.β Checklist
toString
method with tests, documentation and samples.equals
method with tests, documentation and samples.hashCode
method with tests, documentation and samples.KSerializer<Zero>
type with tests, documentation and samples.KotoolsTypesSerializers.zero
property.KotoolsTypesSerializers.zero
deprecated property for the next iteration.The text was updated successfully, but these errors were encountered: