public class HealthcareIOErrorCoder<T> extends org.apache.beam.sdk.coders.CustomCoder<HealthcareIOError<T>>
| Modifier and Type | Method and Description |
|---|---|
HealthcareIOError<T> |
decode(java.io.InputStream inStream) |
void |
encode(HealthcareIOError<T> value,
java.io.OutputStream outStream) |
static <T> HealthcareIOErrorCoder |
of(org.apache.beam.sdk.coders.Coder<T> originalCoder) |
getCoderArguments, verifyDeterministicpublic static <T> HealthcareIOErrorCoder of(org.apache.beam.sdk.coders.Coder<T> originalCoder)
public void encode(HealthcareIOError<T> value, java.io.OutputStream outStream) throws java.io.IOException
encode in class org.apache.beam.sdk.coders.Coder<HealthcareIOError<T>>java.io.IOExceptionpublic HealthcareIOError<T> decode(java.io.InputStream inStream) throws java.io.IOException
decode in class org.apache.beam.sdk.coders.Coder<HealthcareIOError<T>>java.io.IOException