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

Null handling in String values #4

Open
debasishg opened this issue Sep 12, 2009 · 0 comments
Open

Null handling in String values #4

debasishg opened this issue Sep 12, 2009 · 0 comments

Comments

@debasishg
Copy link
Owner

How to differentiate between "null" and null while Serializer.in ?
case class Foo(str: String)
val f = Foo(null)
Serializer.out(f) => JSON value : "null"
During Serializer.in[Foo] => how do I know if the value was "null" string or the value null ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant