railo.commons.lang
Class ExternalizableUtil
java.lang.Object
railo.commons.lang.ExternalizableUtil
public class ExternalizableUtil
- extends Object
ExternalizableUtil
public ExternalizableUtil()
readString
public static String readString(ObjectInput in)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeString
public static void writeString(ObjectOutput out,
String str)
throws IOException
- Throws:
IOException
readBoolean
public static Boolean readBoolean(ObjectInput in)
throws IOException
- Throws:
IOException
writeBoolean
public static void writeBoolean(ObjectOutput out,
Boolean b)
throws IOException
- Throws:
IOException
Copyright © 2012 Railo