@DefaultImplementation(value=AvroEvaluatorInfoSerializer.class) public interface EvaluatorInfoSerializer
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorsInfo |
toAvro(List<String> ids,
Map<String,EvaluatorDescriptor> evaluators)
Build AvroEvaluatorsInfo object from raw data.
|
String |
toString(AvroEvaluatorsInfo avroEvaluatorsInfo)
Convert AvroEvaluatorsInfo object to JSON string.
|
AvroEvaluatorsInfo toAvro(List<String> ids, Map<String,EvaluatorDescriptor> evaluators)
String toString(AvroEvaluatorsInfo avroEvaluatorsInfo)
Copyright © 2016 The Apache Software Foundation. All rights reserved.