C D F G N P R S T W 
所有类 所有程序包

C

cn.sliew.milky.serialize.protostuff - 程序包 cn.sliew.milky.serialize.protostuff
 
cn.sliew.milky.serialize.protostuff.delegate - 程序包 cn.sliew.milky.serialize.protostuff.delegate
 
cn.sliew.milky.serialize.protostuff.utils - 程序包 cn.sliew.milky.serialize.protostuff.utils
 

D

deserialize(byte[], Class<T>) - 类 中的静态方法cn.sliew.milky.serialize.protostuff.utils.ProtostuffUtils
反序列化方法,将字节数组反序列化成指定Class类型

F

flushBuffer() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 

G

getFieldType() - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
getFieldType() - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
getFieldType() - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 

N

needWrapper(Class<?>) - 类 中的静态方法cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap
needWrapper(Object) - 类 中的静态方法cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap

P

ProtostuffDataInputView - cn.sliew.milky.serialize.protostuff中的类
Protostuff object input implementation
ProtostuffDataInputView(InputStream) - 类 的构造器cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
ProtostuffDataOutputView - cn.sliew.milky.serialize.protostuff中的类
Protostuff object output implementation
ProtostuffDataOutputView(OutputStream) - 类 的构造器cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
ProtostuffUtils - cn.sliew.milky.serialize.protostuff.utils中的类
 

R

readBoolean() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readByte() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readChar() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readDouble() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readFloat() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readFrom(Input) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
readFrom(Input) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
readFrom(Input) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 
readFully(byte[]) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readFully(byte[], int, int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readInt() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readLine() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readLong() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readObject() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readShort() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readUnsignedByte() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readUnsignedShort() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
readUTF() - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 

S

serialize(T) - 类 中的静态方法cn.sliew.milky.serialize.protostuff.utils.ProtostuffUtils
序列化方法,把指定对象序列化成字节数组
skipBytes(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
SqlDateDelegate - cn.sliew.milky.serialize.protostuff.delegate中的类
Custom Date delegate
SqlDateDelegate() - 类 的构造器cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 

T

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

W

Wrapper<T> - cn.sliew.milky.serialize.protostuff中的类
Protostuff can only serialize/deserialize POJOs, for those it can't deal with, use this Wrapper.
WrapperUtils - cn.sliew.milky.serialize.protostuff.utils中的类
Use WrapperUtils to wrap object to Wrapper
WrapperUtils() - 类 的构造器cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
 
write(byte[]) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
write(byte[], int, int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
write(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeBoolean(boolean) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeByte(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeBytes(String) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeChar(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeChars(String) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeDouble(double) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeFloat(float) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeInt(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeLong(long) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeObject(Object) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeShort(int) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeTo(Output, int, Date, boolean) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
writeTo(Output, int, Time, boolean) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
writeTo(Output, int, Timestamp, boolean) - 类 中的方法cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 
writeUTF(String) - 类 中的方法cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
C D F G N P R S T W 
所有类 所有程序包