public interface SwaggerSerializer
Modifier and Type | Method and Description |
---|---|
List<Document> |
deserialize(InputStream stream) |
InputStream |
serialize(Document doc) |
List<Document> deserialize(InputStream stream) throws TranslatorException
TranslatorException
InputStream serialize(Document doc) throws TranslatorException
TranslatorException
Copyright © 2020. All rights reserved.