Base64UrlJsonSerializer Class
- java.
lang. Object - com.
fasterxml. jackson. databind. JsonSerializer<byte[]> - com.
microsoft. azure. keyvault. webkey. Base64UrlJsonSerializer
- com.
- com.
public class Base64UrlJsonSerializer
The base64 URL JSON serializer.
Method Summary
Modifier and Type | Method and Description |
---|---|
void | serialize(byte[] value, JsonGenerator jgen, SerializerProvider provider) |
Method Details
serialize
public void serialize(byte[] value, JsonGenerator jgen, SerializerProvider provider)
Parameters:
value
jgen
provider
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java