Uses of Interface
org.eclipse.serializer.persistence.binary.java.util.BinaryHandlerGenericList.Instantiator
-
Packages that use BinaryHandlerGenericList.Instantiator Package Description org.eclipse.serializer.persistence.binary.java.util -
-
Uses of BinaryHandlerGenericList.Instantiator in org.eclipse.serializer.persistence.binary.java.util
Methods in org.eclipse.serializer.persistence.binary.java.util with parameters of type BinaryHandlerGenericList.Instantiator Modifier and Type Method Description static <T extends List<?>>
BinaryHandlerGenericList<T>BinaryHandlerGenericList. New(Class<T> type, BinaryHandlerGenericList.Instantiator<T> instantiator)Constructors in org.eclipse.serializer.persistence.binary.java.util with parameters of type BinaryHandlerGenericList.Instantiator Constructor Description BinaryHandlerGenericList(Class<T> type, BinaryHandlerGenericList.Instantiator<T> instantiator)
-