![JAR search and dependency download from the Maven repository](/logo.png)
io.descoped.dc.api.handler.DocumentParserFeature Maven / Gradle / Ivy
The newest version!
package io.descoped.dc.api.handler;
import java.io.InputStream;
import java.util.function.Consumer;
public interface DocumentParserFeature {
byte[] serialize(Object document);
Object deserialize(byte[] source);
void tokenDeserializer(InputStream source, Consumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy