Class Externalizers.QueryResponseExternalizer
java.lang.Object
org.infinispan.query.remote.client.impl.Externalizers.QueryResponseExternalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<QueryResponse>
- Enclosing class:
Externalizers
public static final class Externalizers.QueryResponseExternalizer
extends Object
implements org.infinispan.commons.marshall.Externalizer<QueryResponse>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, QueryResponse queryResponse)
-
Constructor Details
-
QueryResponseExternalizer
public QueryResponseExternalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<QueryResponse>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<QueryResponse>- Throws:
IOExceptionClassNotFoundException
-