- Timestamp:
- 06/19/13 15:59:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/common/util/Serializers/GsonImp.java
r44 r49 22 22 public byte[] serialize(Object obj) throws SerializerException { 23 23 String json = gson.toJson(obj); 24 System.out.println(json);25 24 return json.getBytes(); 26 25 }
Note: See TracChangeset
for help on using the changeset viewer.