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

Skip serialization / deserialization #32

Closed
wants to merge 3 commits into from
Closed

Skip serialization / deserialization #32

wants to merge 3 commits into from

Commits on Jan 27, 2017

  1. Skip properties when serializing function returns undefined

    This allows custom serializers to conditionally skip setting properties.
    
    Can be useful for creating schema's where fields should be settable
    from incoming JSON, but the fields should not be saved.  Or maybe
    fields should be computed client-side and server-side data should
    conditionally be ignored.
    nathanstitt committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    e36353a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    b0f0b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d70b5 View commit details
    Browse the repository at this point in the history