java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.serialization.Deserializer |
Class Overview
This class allows the deserialization of a stream of bytes into object(s).
The deserialize()
method is interruptible.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
Deserializer
(ITypeIdProvider customTypeIdProvider, InputStream stream)
public
Deserializer
(ITypeIdProvider customTypeIdProvider, List<ClassLoader> classloaders, InputStream stream)
Public Methods
public
T
deserialize
(Class<T> wantedType)
public
Object
deserialize
()
public
int
getObjectCount
()
public
Collection<Object>
getObjects
()
public
void
initialize
()
public
boolean
isInitialized
()
public
boolean
needsStringPool
()
public
void
setExpectedObjectCount
(int count)
public
void
setStringPool
(List<String> stringpool)