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 serialize to xml as an alternative for stream to xml #280

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

Add serialize to xml as an alternative for stream to xml #280

wants to merge 4 commits into from

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    764d433 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Add doc string

    Adds a doc string that contains the escaped control characters.
    eberhardtj committed May 18, 2018
    Configuration menu
    Copy the full SHA
    73aba05 View commit details
    Browse the repository at this point in the history
  2. Rename from marshal to serialize

    Renames the class from marshal to serialize. The class copies the
    structure of the internal stream to a primitive form, which is equal
    to the semantic meaning of serialization.
    eberhardtj committed May 18, 2018
    Configuration menu
    Copy the full SHA
    6d11973 View commit details
    Browse the repository at this point in the history
  3. Refactoring

    eberhardtj committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8f4dac7 View commit details
    Browse the repository at this point in the history