Skip to content
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

add representation methods and encoders #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. add representation methods and encoders

    The encoders are useful to store objects on disk between multiple
    calls to a program. This is useful in some cases where you need
    to recover the previous state of your run.
    
    The representations implementation is very useful to print the
    results of the requests to know what you got. It is very useful
    for debugging and testing out things when developping.
    
    Signed-off-by: Arnaud Fiorini <[email protected]>
    arfio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5760d00 View commit details
    Browse the repository at this point in the history