Hey guys,
I am currently working with an app that comunicates with web services, but unfornately android only recognizes a few types as primitive, and so the type UUID and double aren't serializable, i know that marshalling works, but i can't seem to use it. If you can help me use marshalling or tell me another way to do it i would be grateful.
the serialization errors are:
W/System.err(327): java.lang.RuntimeException: Cannot serialize: 3e1c7765-7370-4295-8170-92a1d2dc542c-userId
java.lang.RuntimeException: Cannot serialize: 7573dcd3-e5eb-4847-8d6c-d7d171a932d7-WeightId
double: java.lang.RuntimeException: Cannot serialize: 85.0-UserWeight
I am currently working with an app that comunicates with web services, but unfornately android only recognizes a few types as primitive, and so the type UUID and double aren't serializable, i know that marshalling works, but i can't seem to use it. If you can help me use marshalling or tell me another way to do it i would be grateful.
the serialization errors are:
W/System.err(327): java.lang.RuntimeException: Cannot serialize: 3e1c7765-7370-4295-8170-92a1d2dc542c-userId
java.lang.RuntimeException: Cannot serialize: 7573dcd3-e5eb-4847-8d6c-d7d171a932d7-WeightId
double: java.lang.RuntimeException: Cannot serialize: 85.0-UserWeight
