public class ExternalizableUtil extends Object
Constructor and Description |
---|
ExternalizableUtil() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
readBoolean(ObjectInput in) |
static String |
readString(ObjectInput in) |
static void |
writeBoolean(ObjectOutput out,
Boolean b) |
static void |
writeString(ObjectOutput out,
String str) |
public ExternalizableUtil()
public static String readString(ObjectInput in) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
public static void writeString(ObjectOutput out, String str) throws IOException
IOException
public static Boolean readBoolean(ObjectInput in) throws IOException
IOException
public static void writeBoolean(ObjectOutput out, Boolean b) throws IOException
IOException
Copyright © 2015 Lucee