public abstract class PactHttpBodySerializer extends Object implements com.google.gson.JsonSerializer<PactHttpBody>
| Constructor and Description |
|---|
PactHttpBodySerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(PactHttpBody body,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
protected abstract boolean |
shouldSerializeElement(com.google.gson.JsonElement element) |
public com.google.gson.JsonElement serialize(PactHttpBody body, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<PactHttpBody>protected abstract boolean shouldSerializeElement(com.google.gson.JsonElement element)
Copyright © 2017–2022 Atlassian. All rights reserved.