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 support for deserialization #2

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

Commits on Jun 3, 2015

  1. Add support for deserialization

    - Added support for read-only fields
    - Renamed `.data` to `.representation` (and added `.internal_value`) for better clarity
    - Renamed `.to_value` to `.to_representation` (and added `to_internal_value`) for better clarity
    
    TBD update documentation, fix benchmarks, update benchmarks
    
    Fixes clarkduvall#1
    Aniruddha Maru committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    2273b24 View commit details
    Browse the repository at this point in the history
  2. Fixing Flake8 errors

    Aniruddha Maru committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    3df6e87 View commit details
    Browse the repository at this point in the history
  3. Fixing tests on Python 2.6

    Aniruddha Maru committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    ca17891 View commit details
    Browse the repository at this point in the history
  4. Ugh, tripped Flake8 again

    Aniruddha Maru committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    c2bb0fe View commit details
    Browse the repository at this point in the history
  5. Yet another fix for Python 2.6

    Aniruddha Maru committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    6d7fcaf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Some changes -

    New API - `.data` and `.deserialized_value`
    
    Making `cls` a kwarg in `Serializer` instead of attribute
    Aniruddha Maru committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    42d82b9 View commit details
    Browse the repository at this point in the history
  2. Adding inner-class Meta

    Aniruddha Maru committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    c8b4753 View commit details
    Browse the repository at this point in the history
  3. Meta inner-class doesn't have to inherit from parents - it should be …

    …done automatically
    Aniruddha Maru committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    1a892ec View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Updating documentation

    Aniruddha Maru committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    f12cdc2 View commit details
    Browse the repository at this point in the history