public interface ValueHandlerMultiFormat extends ValueHandler
Modifier and Type | Method and Description |
---|---|
byte |
getMaximumStreamFormatVersion()
返回此ValueHandler对象支持的RMI / IDL自定义值类型的最大流格式版本。
|
void |
writeValue(OutputStream out, Serializable value,
byte streamFormatVersion)
允许ORB传递RMI / IDL自定义值类型的流格式版本。
|
getRMIRepositoryID,
getRunTimeCodeBase,
isCustomMarshaled,
readValue,
writeReplace,
writeValue
byte getMaximumStreamFormatVersion()
void writeValue(OutputStream out, Serializable value, byte streamFormatVersion)