BlobHelper ends up calling DataSerializer.writeObject. The nice thing about
BlobHelper is can
call org.apache.geode.internal.util.BlobHelper.serializeToBlob(Object)
and org.apache.geode.internal.util.BlobHelper.deserializeBlob(byte[])
without needing to write any of your own code the create the inp
DataSerializer.writeObject, if you want a public API.
-Dan
On Wed, Mar 7, 2018 at 11:20 AM, Anthony Baker wrote:
> BlobHelper?
>
> > On Mar 7, 2018, at 10:13 AM, Kirk Lund wrote:
> >
> > Does anyone know what Geode API(s) I should use instead of Apache Geode
> > SerializationUtils to change th
BlobHelper?
> On Mar 7, 2018, at 10:13 AM, Kirk Lund wrote:
>
> Does anyone know what Geode API(s) I should use instead of Apache Geode
> SerializationUtils to change the following test to use Geode
> DataSerializers?
>
> @Test
> public void serializesAndDeserializes() throws Exception {
> Par