org.apache.pig.impl.util
Class ObjectSerializer
java.lang.Object
org.apache.pig.impl.util.ObjectSerializer
public class ObjectSerializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSerializer
public ObjectSerializer()
serialize
public static String serialize(Serializable obj)
throws IOException
- Throws:
IOException
deserialize
public static Object deserialize(String str)
throws IOException
- Throws:
IOException
encodeBytes
public static String encodeBytes(byte[] bytes)
decodeBytes
public static byte[] decodeBytes(String str)
Copyright © 2012 The Apache Software Foundation