public class DriverEmbeddedSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Driver>
| Constructor and Description |
|---|
DriverEmbeddedSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Driver v,
com.fasterxml.jackson.core.JsonGenerator jg,
com.fasterxml.jackson.databind.SerializerProvider sp) |
public void serialize(Driver v, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Driver>IOExceptionCopyright © 2023. All rights reserved.