T - the collection type of this marshallerpublic class CollectionMarshaller<T extends Collection<Object>> extends AbstractCollectionMarshaller<T>
ELEMENT_INDEX| Constructor and Description |
|---|
CollectionMarshaller(Supplier<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(ProtoStreamReader reader)
Reads an object from the specified reader.
|
getJavaClass, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeName, read, writepublic T readFrom(ProtoStreamReader reader) throws IOException
Marshallablereader - a ProtoStream readerIOException - if the object could not be readCopyright © 2023 JBoss by Red Hat. All rights reserved.