@ApiStatus.Internal public final class SentryEnvelopeHeaderAdapter extends com.google.gson.TypeAdapter<SentryEnvelopeHeader>
Constructor and Description |
---|
SentryEnvelopeHeaderAdapter() |
Modifier and Type | Method and Description |
---|---|
@Nullable SentryEnvelopeHeader |
read(@NotNull com.google.gson.stream.JsonReader reader) |
void |
write(@NotNull com.google.gson.stream.JsonWriter writer,
@Nullable SentryEnvelopeHeader value) |
public void write(@NotNull @NotNull com.google.gson.stream.JsonWriter writer, @Nullable @Nullable SentryEnvelopeHeader value) throws java.io.IOException
write
in class com.google.gson.TypeAdapter<SentryEnvelopeHeader>
java.io.IOException
@Nullable public @Nullable SentryEnvelopeHeader read(@NotNull @NotNull com.google.gson.stream.JsonReader reader) throws java.io.IOException
read
in class com.google.gson.TypeAdapter<SentryEnvelopeHeader>
java.io.IOException