Package com.liferay.petra.io
Class Deserializer
java.lang.Object
com.liferay.petra.io.Deserializer
Deserializes data in a ClassLoader-aware manner. This class is the
counterpart of
Serializer
for deserialization.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
byte
readByte()
char
readChar()
double
float
int
readInt()
long
readLong()
<T extends Serializable>
Tshort
-
Constructor Details
-
Deserializer
-
-
Method Details
-
readBoolean
public boolean readBoolean() -
readByte
public byte readByte() -
readChar
public char readChar() -
readDouble
public double readDouble() -
readFloat
public float readFloat() -
readInt
public int readInt() -
readLong
public long readLong() -
readObject
- Throws:
ClassNotFoundException
-
readShort
public short readShort() -
readString
-