Skip navigation links
D F G N O P R S T W 

D

deserialize(URL, InputStream) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 

F

flushBuffer() - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 

G

getContentType() - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
getContentTypeId() - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
getFieldType() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
getFieldType() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
getFieldType() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 

N

needWrapper(Class<?>) - Static method in class org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap
needWrapper(Object) - Static method in class org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap

O

org.apache.dubbo.common.serialize.protostuff - package org.apache.dubbo.common.serialize.protostuff
 
org.apache.dubbo.common.serialize.protostuff.delegate - package org.apache.dubbo.common.serialize.protostuff.delegate
 
org.apache.dubbo.common.serialize.protostuff.utils - package org.apache.dubbo.common.serialize.protostuff.utils
 

P

ProtostuffObjectInput - Class in org.apache.dubbo.common.serialize.protostuff
Protostuff object input implementation
ProtostuffObjectInput(InputStream) - Constructor for class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput
 
ProtostuffObjectOutput - Class in org.apache.dubbo.common.serialize.protostuff
Protostuff object output implementation
ProtostuffObjectOutput(OutputStream) - Constructor for class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
ProtostuffSerialization - Class in org.apache.dubbo.common.serialize.protostuff
Protostuff serialization implementation
ProtostuffSerialization() - Constructor for class org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 

R

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

S

serialize(URL, OutputStream) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization
 
SqlDateDelegate - Class in org.apache.dubbo.common.serialize.protostuff.delegate
Custom Date delegate
SqlDateDelegate() - Constructor for class org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 

T

TimeDelegate - Class in org.apache.dubbo.common.serialize.protostuff.delegate
Custom Time delegate
TimeDelegate() - Constructor for class org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
TimestampDelegate - Class in org.apache.dubbo.common.serialize.protostuff.delegate
Custom Timestamp delegate
TimestampDelegate() - Constructor for class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
typeClass() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
typeClass() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
typeClass() - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 

W

Wrapper<T> - Class in org.apache.dubbo.common.serialize.protostuff
Protostuff can only serialize/deserialize POJOs, for those it can't deal with, use this Wrapper.
WrapperUtils - Class in org.apache.dubbo.common.serialize.protostuff.utils
Use WrapperUtils to wrap object to Wrapper
WrapperUtils() - Constructor for class org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils
 
writeBool(boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeByte(byte) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeBytes(byte[]) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeBytes(byte[], int, int) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeDouble(double) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeFloat(float) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeInt(int) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeLong(long) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeObject(Object) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeShort(short) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
writeTo(Output, int, Date, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate
 
writeTo(Output, int, Time, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate
 
writeTo(Output, int, Timestamp, boolean) - Method in class org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate
 
writeUTF(String) - Method in class org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput
 
D F G N O P R S T W 
Skip navigation links

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