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
I'd like to encode None as the string "." and decode it back to None.
All other behavior of this library is extremely desirable and functional, but I cannot figure how to implement custom enc/dec callbacks for already defined builtin-types. Any advice or intentions to support this feature?
The text was updated successfully, but these errors were encountered:
Description
I'd like to encode
None
as the string"."
and decode it back to None.All other behavior of this library is extremely desirable and functional, but I cannot figure how to implement custom enc/dec callbacks for already defined builtin-types. Any advice or intentions to support this feature?
The text was updated successfully, but these errors were encountered: