use of com.nextdoor.bender.serializer.SerializerProcessor in project bender by Nextdoor.
the class HandlerResources method setSerializerProcessor.
public void setSerializerProcessor(SerializerConfig serializerConfig) throws ClassNotFoundException {
SerializerFactory sf = sff.getFactory(serializerConfig);
serializerProcessor = new SerializerProcessor(sf.newInstance());
}
Aggregations