Skip to content

Instantly share code, notes, and snippets.

@MichaelAstreiko
Created April 8, 2012 19:56
Show Gist options
  • Save MichaelAstreiko/2339580 to your computer and use it in GitHub Desktop.
Save MichaelAstreiko/2339580 to your computer and use it in GitHub Desktop.
Register Custom Marshallers
JSON.registerObjectMarshaller(new UserClassMarshaller(), 155)
JSON.registerObjectMarshaller(new SimpleDomainClassMarshaller(), 150)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment