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 Serialization #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add Serialization #12

wants to merge 5 commits into from

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    b849071 View commit details
    Browse the repository at this point in the history
  2. Change yaml false to become lisp :false

    I know this is an incompatible change, but it is pretty much the only
    way to differentiate between false and empty list.
    charJe committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    57ac240 View commit details
    Browse the repository at this point in the history
  3. Change yaml null to become lisp :null

    I know this is an incompatible change, but it is pretty much the only
    way to differentiate between null and empty list.
    charJe committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    145b5aa View commit details
    Browse the repository at this point in the history
  4. Add serialization method

    charJe committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c97ee75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f256b1 View commit details
    Browse the repository at this point in the history