I'm getting an error to deserializer. It was not happening:
Uncaught exception from servlet
com.google.gson.JsonParseException: The JsonDeserializer
com.google.wave.api.impl.jsonrpcresponsegsonadap...@893a4a failed to
deserialized json object ....
My line of code is:
WaveId waveId = WaveId.deserialise(swaveId);
WaveletId waveletId = WaveletId.deserialise(swaveletId);
Wavelet wavelet = this.fetchWavelet(waveId, waveletId,
PREVIEW_RPC_URL);
Any ideas why?
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en.