Hi Friends,

I want to send a Java object form client (written in Java) to server 
(written in C) and prints the values of object on my server. I tried to use 
serialisation, but it was not working. Some one suggested me to use CBOR 
and I was googling, but not able to find any proper implementation of the 
same.

My final aim is to send the Java object from java client to C server, and 
print the values of object on my server.

Is it possible with using the CBOR or Jackson.
If anybody implemented the same kind of stuff, request you kindly provide 
the suggestion.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to