Class AnyScalarMarshaller<T>
java.lang.Object
org.wildfly.clustering.spring.security.AnyScalarMarshaller<T>
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.protostream.Marshallable<T>,org.wildfly.clustering.marshalling.protostream.Readable<T>,org.wildfly.clustering.marshalling.protostream.ScalarMarshaller<T>,org.wildfly.clustering.marshalling.protostream.Writable<T>
public class AnyScalarMarshaller<T>
extends Object
implements org.wildfly.clustering.marshalling.protostream.ScalarMarshaller<T>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.protostream.descriptors.WireTypereadFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
toMarshaller, toMarshaller, toMarshaller, toMarshaller
-
Constructor Details
-
AnyScalarMarshaller
-
-
Method Details
-
readFrom
public T readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceorg.wildfly.clustering.marshalling.protostream.Readable<T>- Throws:
IOException
-
writeTo
public void writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, T value) throws IOException - Specified by:
writeToin interfaceorg.wildfly.clustering.marshalling.protostream.Writable<T>- Throws:
IOException
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.wildfly.clustering.marshalling.protostream.Marshallable<T>
-
getWireType
public org.infinispan.protostream.descriptors.WireType getWireType()- Specified by:
getWireTypein interfaceorg.wildfly.clustering.marshalling.protostream.ScalarMarshaller<T>
-