C D F G N P R S T W 
All Classes All Packages

C

cn.sliew.milky.serialize.protostuff - package cn.sliew.milky.serialize.protostuff
 
cn.sliew.milky.serialize.protostuff.delegate - package cn.sliew.milky.serialize.protostuff.delegate
 
cn.sliew.milky.serialize.protostuff.utils - package cn.sliew.milky.serialize.protostuff.utils
 

D

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

F

flushBuffer() - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 

G

getFieldType() - Method in class cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
getFieldType() - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
getFieldType() - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 

N

needWrapper(Class<?>) - Static method in class cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap
needWrapper(Object) - Static method in class cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
Determine if the object needs wrap

P

ProtostuffDataInputView - Class in cn.sliew.milky.serialize.protostuff
Protostuff object input implementation
ProtostuffDataInputView(InputStream) - Constructor for class cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
ProtostuffDataOutputView - Class in cn.sliew.milky.serialize.protostuff
Protostuff object output implementation
ProtostuffDataOutputView(OutputStream) - Constructor for class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
ProtostuffUtils - Class in cn.sliew.milky.serialize.protostuff.utils
 

R

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

S

serialize(T) - Static method in class cn.sliew.milky.serialize.protostuff.utils.ProtostuffUtils
序列化方法,把指定对象序列化成字节数组
skipBytes(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataInputView
 
SqlDateDelegate - Class in cn.sliew.milky.serialize.protostuff.delegate
Custom Date delegate
SqlDateDelegate() - Constructor for class cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 

T

TimeDelegate - Class in cn.sliew.milky.serialize.protostuff.delegate
Custom Time delegate
TimeDelegate() - Constructor for class cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
TimestampDelegate - Class in cn.sliew.milky.serialize.protostuff.delegate
Custom Timestamp delegate
TimestampDelegate() - Constructor for class cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
transfer(Pipe, Input, Output, int, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 
typeClass() - Method in class cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
typeClass() - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
typeClass() - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 

W

Wrapper<T> - Class in cn.sliew.milky.serialize.protostuff
Protostuff can only serialize/deserialize POJOs, for those it can't deal with, use this Wrapper.
WrapperUtils - Class in cn.sliew.milky.serialize.protostuff.utils
Use WrapperUtils to wrap object to Wrapper
WrapperUtils() - Constructor for class cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
 
write(byte[]) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
write(byte[], int, int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
write(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeBoolean(boolean) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeByte(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeBytes(String) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeChar(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeChars(String) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeDouble(double) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeFloat(float) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeInt(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeLong(long) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeObject(Object) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeShort(int) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
writeTo(Output, int, Date, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.SqlDateDelegate
 
writeTo(Output, int, Time, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimeDelegate
 
writeTo(Output, int, Timestamp, boolean) - Method in class cn.sliew.milky.serialize.protostuff.delegate.TimestampDelegate
 
writeUTF(String) - Method in class cn.sliew.milky.serialize.protostuff.ProtostuffDataOutputView
 
C D F G N P R S T W 
All Classes All Packages