public final class BinaryMarshaller extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BinaryMarshaller.AttributeMarshalStep<A extends Attributes,T,P,H> |
static interface |
BinaryMarshaller.BuilderStep<A extends Attributes,T,P,H> |
static interface |
BinaryMarshaller.DataMarshallerStep<A extends Attributes,T,P,H> |
static interface |
BinaryMarshaller.ExtensionsAccessorStep<A extends Attributes,T,P,H> |
static interface |
BinaryMarshaller.ExtensionsStep<A extends Attributes,T,P,H> |
static interface |
BinaryMarshaller.HeaderMapStep<A extends Attributes,T,P,H> |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T,P,H> |
builder()
Gets a new builder instance
|
public static <A extends Attributes,T,P,H> BinaryMarshaller.AttributeMarshalStep<A,T,P,H> builder()
A - The attributes typeT - The 'data' typeP - The payload typeH - The type of headers valueCopyright © 2019. All rights reserved.