public class OverseerSolrResponseSerializer extends Object
Constructor and Description |
---|
OverseerSolrResponseSerializer() |
Modifier and Type | Method and Description |
---|---|
static OverseerSolrResponse |
deserialize(byte[] responseBytes) |
static byte[] |
serialize(OverseerSolrResponse responseObject)
This method serializes the content of an
OverseerSolrResponse . |
public static byte[] serialize(OverseerSolrResponse responseObject)
OverseerSolrResponse
. Note that:
JavaBinCodec.writeVal(java.lang.Object)
public static OverseerSolrResponse deserialize(byte[] responseBytes)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.