Changeset 83 for trunk/src/main/java/omq/common/util/Serializer.java
- Timestamp:
- 07/08/13 13:29:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/common/util/Serializer.java
r77 r83 15 15 /** 16 16 * 17 * Serializer enables to serialize the requests and the responses of the 18 * remoteObjects. This class is used to have the same serializer object a not to 19 * create new instances every time they are needed. 20 * 17 21 * @author Sergi Toda <sergi.toda@estudiants.urv.cat> 18 22 * 19 23 */ 20 24 public class Serializer { 21 // private static final Logger logger =22 // Logger.getLogger(Serializer.class.getName());23 25 public static final String KRYO = "kryo"; 24 26 public static final String JAVA = "java";
Note: See TracChangeset
for help on using the changeset viewer.