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
Hi,
Is there any way to serialize the tree ahead of time ?
If not, what would be the best approach for this ?
My C is a bit rusty, but I'd love to help on this.
The text was updated successfully, but these errors were encountered:
@preynal Sorry about the delay. There is no built in method. You would likely need to use one of the iterators to go over each key and serialize it out yourself.
Hi,
Is there any way to serialize the tree ahead of time ?
If not, what would be the best approach for this ?
My C is a bit rusty, but I'd love to help on this.
The text was updated successfully, but these errors were encountered: