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