Skip to content

Add gob encoding and decoding functionality#29

Draft
gammazero wants to merge 2 commits intomainfrom
gob-codec
Draft

Add gob encoding and decoding functionality#29
gammazero wants to merge 2 commits intomainfrom
gob-codec

Conversation

@gammazero
Copy link
Copy Markdown
Owner

@gammazero gammazero commented Mar 21, 2025

A GobEncode and GobDecode method are available for each datatype that has private member.

See gob_test.go for example usage.

This is currently only an example of how gob encode/decode functionality can be provided. I do not intend to merge this code unless there is a clear case where serializing the radix tree is preferable to rebuilding it from key-value pairs.

Closes #27

See gob_test.go for example usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Support Gob (Encoding & Decoding)

1 participant