Package org.openapitools.codegen.serializer
-
Class Summary Class Description ByteArraySerializer Serializesbyte[]as a UTF-8 string, preserving the original base64 representation of an OpenAPIformat: byteexample. swagger-parser storesformat: byteexamples as the raw bytes of the input base64 string (not the decoded content), so writing those bytes back as a string round-trips to the user's original value.OpenAPISerializer SerializerUtils