| Package | Description |
|---|---|
| com.alibaba.dubbo.common.serialize.support.dubbo |
| Modifier and Type | Field and Description |
|---|---|
static ClassDescriptorMapper |
Builder.DEFAULT_CLASS_DESCRIPTOR_MAPPER |
| Constructor and Description |
|---|
GenericObjectInput(InputStream is,
ClassDescriptorMapper mapper) |
GenericObjectInput(InputStream is,
int buffSize,
ClassDescriptorMapper mapper) |
GenericObjectOutput(OutputStream out,
ClassDescriptorMapper mapper) |
GenericObjectOutput(OutputStream out,
int buffSize,
ClassDescriptorMapper mapper) |
GenericObjectOutput(OutputStream out,
int buffSize,
ClassDescriptorMapper mapper,
boolean isAllowNonSerializable) |
Copyright © 2012–2018 The Dubbo Project. All rights reserved.