跳过导航链接
D F G N O P R S T W 

D

deserialize(URL, InputStream) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 

F

flushBuffer() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 

G

getContentType() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
getContentTypeId() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
getFieldType() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
getFieldType() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
getFieldType() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 

N

needWrapper(Class<?>) - 类 中的静态方法org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap
needWrapper(Object) - 类 中的静态方法org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap

O

org.apache.dubbo.common.serialize.protostuff - 程序包 org.apache.dubbo.common.serialize.protostuff
 
org.apache.dubbo.common.serialize.protostuff.delegate - 程序包 org.apache.dubbo.common.serialize.protostuff.delegate
 
org.apache.dubbo.common.serialize.protostuff.utils - 程序包 org.apache.dubbo.common.serialize.protostuff.utils
 

P

ProtostuffObjectInput - org.apache.dubbo.common.serialize.protostuff中的类
Protostuff object input implementation
ProtostuffObjectInput(InputStream) - 类 的构造器org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
ProtostuffObjectOutput - org.apache.dubbo.common.serialize.protostuff中的类
Protostuff object output implementation
ProtostuffObjectOutput(OutputStream) - 类 的构造器org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
ProtostuffSerialization - org.apache.dubbo.common.serialize.protostuff中的类
Protostuff serialization implementation e.g.
ProtostuffSerialization() - 类 的构造器org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 

R

readBool() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readByte() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readBytes() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readDouble() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readFloat() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readFrom(Input) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
readFrom(Input) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
readFrom(Input) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
readInt() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readLong() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readObject() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readObject(Class<T>) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readObject(Class<T>, Type) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readShort() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
readUTF() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 

S

serialize(URL, OutputStream) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
SqlDateDelegate - org.apache.dubbo.common.serialize.protostuff.delegate中的类
Custom Date delegate
SqlDateDelegate() - 类 的构造器org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 

T

TimeDelegate - org.apache.dubbo.common.serialize.protostuff.delegate中的类
Custom Time delegate
TimeDelegate() - 类 的构造器org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
TimestampDelegate - org.apache.dubbo.common.serialize.protostuff.delegate中的类
Custom Timestamp delegate
TimestampDelegate() - 类 的构造器org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
transfer(Pipe, Input, Output, int, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
transfer(Pipe, Input, Output, int, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
transfer(Pipe, Input, Output, int, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
typeClass() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
typeClass() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
typeClass() - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 

W

Wrapper<T> - org.apache.dubbo.common.serialize.protostuff中的类
Protostuff can only serialize/deserialize POJOs, for those it can't deal with, use this Wrapper.
WrapperUtils - org.apache.dubbo.common.serialize.protostuff.utils中的类
Use WrapperUtils to wrap object to Wrapper
WrapperUtils() - 类 的构造器org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
 
writeBool(boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeByte(byte) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeBytes(byte[]) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeDouble(double) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeFloat(float) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeInt(int) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeLong(long) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeObject(Object) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeShort(short) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeTo(Output, int, Date, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
writeTo(Output, int, Time, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
writeTo(Output, int, Timestamp, boolean) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
writeUTF(String) - 类 中的方法org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
D F G N O P R S T W 
跳过导航链接

Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.