Searched defs:SDK_BYTES (Results 1 – 8 of 8) sorted by relevance
62 marshallers.put(MarshallingType.SDK_BYTES, TransferManagerJsonMarshaller.SDK_BYTES); in marshallers.put()78 unmarshallers.put(MarshallingType.SDK_BYTES, TransferManagerJsonUnmarshaller.SDK_BYTES); in unmarshallers.put()
52 TransferManagerJsonUnmarshaller<SdkBytes> SDK_BYTES = field
49 …TransferManagerJsonMarshaller<SdkBytes> SDK_BYTES = (val, jsonGenerator) -> jsonGenerator.writeVal… field
56 MarshallingType<SdkBytes> SDK_BYTES = newType(SdkBytes.class); field
57 public static final QueryMarshaller<SdkBytes> SDK_BYTES field in SimpleTypeQueryMarshaller
141 public static final JsonMarshaller<SdkBytes> SDK_BYTES = new BaseJsonMarshaller<SdkBytes>() { field in SimpleTypeJsonMarshaller
62 …public static final XmlMarshaller<SdkBytes> SDK_BYTES = new BasePayloadMarshaller<>(ValueToStringC… field in XmlPayloadMarshaller
48 public static final XmlUnmarshaller<SdkBytes> SDK_BYTES = field in XmlPayloadUnmarshaller