Package org.apache.solr.cloud
Class OverseerSolrResponseSerializer
java.lang.Object
org.apache.solr.cloud.OverseerSolrResponseSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OverseerSolrResponsedeserialize(byte[] responseBytes) static byte[]serialize(OverseerSolrResponse responseObject) This method serializes the content of anOverseerSolrResponse.
-
Constructor Details
-
OverseerSolrResponseSerializer
public OverseerSolrResponseSerializer()
-
-
Method Details
-
serialize
This method serializes the content of anOverseerSolrResponse. Note that:- The elapsed time is not serialized
- "Unknown" elements for the Javabin format will be serialized as Strings. See
JavaBinCodec.writeVal(java.lang.Object)
-
deserialize
-