在Web Services中作为JSON传输时,将Java对象实现为可序列化

时间:2014-06-27 12:54:36

标签: java json web-services serialization

我正在构建一个webService over jersey,它使用Jackson将对象序列化为JSON。 由于我的对象通过网络作为JSON传输,我是否必须明确地将序列化实现为public class MyObject implements serializable或杰克逊会为我做这些?

0 个答案:

没有答案