Closed LVMVRQUXL closed 1 year ago
Update the serialization of all types for providing a unique descriptor and by using the given parameters in the serialize and deserialize functions.
descriptor
serialize
deserialize
NotBlankString
ZeroInt
StrictlyPositiveInt
StrictlyNegativeInt
NonZeroInt
PositiveInt
NegativeInt
AnyInt
NotEmptyList
NotEmptySet
NotEmptyMap
release/types-v4.0.0
Will be integrated in #133, #132 and #138.
Description
Update the serialization of all types for providing a unique
descriptor
and by using the given parameters in theserialize
anddeserialize
functions.Checklist
NotBlankString
type.ZeroInt
type serializable.StrictlyPositiveInt
type.StrictlyNegativeInt
type.NonZeroInt
type.PositiveInt
type.NegativeInt
type.AnyInt
type serializable.NotEmptyList
type.NotEmptySet
type.NotEmptyMap
type.release/types-v4.0.0
branch.