Interface IdentityTable<T>
- Type Parameters:
T- the table entry type
public interface IdentityTable<T>
Generic identity table.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionfindWriter(T value) static <T> IdentityTable<T>read(org.jboss.marshalling.Unmarshaller unmarshaller)
-
Method Details
-
findWriter
-
read
- Throws:
IOExceptionClassNotFoundException
-
from
-