hdevml wrote:
> 1. While marshalling it spits out a JSONObject object? Which library's
> JSONObject is this? I looked at the source and could not find a
> JSONObject class.
It looks like the introduction wiki page is
outdated,Marshaller.marshall(T t) returns a Json.Value.
> 2. Does unmarshalling support unmarshalling from a String? or do I
> have to unmarshal it to a JSONObject first and then to the real
> object?
> 3. In marshalling, is there any option to marshall it directly to
> Strings?
You have to do both actions in two steps. Of course you can nest the two
calls to make it one line.
Kind regards,
Hylke
--
You received this message because you are subscribed to the Google Groups "jsonmarshaller" group.
To post to this group, send email to jsonmar...@googlegroups.com.
To unsubscribe from this group, send email to jsonmarshalle...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jsonmarshaller?hl=en.