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

Bug in serializing composite structures like a List within a Map #33

Closed
debasishg opened this issue Aug 19, 2011 · 0 comments
Closed

Bug in serializing composite structures like a List within a Map #33

debasishg opened this issue Aug 19, 2011 · 0 comments
Assignees

Comments

@debasishg
Copy link
Owner

Suppose we have a class like ..

@BeanInfo
case class MapOfListOfString(securityTypes: Map[String, List[String]]) {
def this() = this(Map.empty[String, List[String]])
}

In the de-serialization the contents of the list are not properly de-serialized. e.g. for a List[String], we will have JsString as elements of the list.

@ghost ghost assigned debasishg Aug 19, 2011
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