org.infinispan.client.hotrod.marshall
public class ApacheAvroMarshaller extends org.infinispan.marshall.AbstractMarshaller
Constructor and Description |
---|
ApacheAvroMarshaller() |
Modifier and Type | Method and Description |
---|---|
boolean |
isMarshallable(Object o) |
Object |
objectFromByteBuffer(byte[] buf,
int offset,
int length) |
protected org.infinispan.io.ByteBuffer |
objectToBuffer(Object o,
int estimatedSize) |
protected org.infinispan.io.ByteBuffer objectToBuffer(Object o, int estimatedSize) throws IOException
objectToBuffer
in class org.infinispan.marshall.AbstractMarshaller
IOException
public Object objectFromByteBuffer(byte[] buf, int offset, int length) throws IOException
IOException
public boolean isMarshallable(Object o)
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.