所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectInput (implements org.apache.dubbo.common.serialize.ObjectInput)
    • org.apache.dubbo.common.serialize.protostuff.ProtostuffObjectOutput (implements org.apache.dubbo.common.serialize.ObjectOutput)
    • org.apache.dubbo.common.serialize.protostuff.ProtostuffSerialization (implements org.apache.dubbo.common.serialize.Serialization)
    • org.apache.dubbo.common.serialize.protostuff.delegate.SqlDateDelegate (implements io.protostuff.runtime.Delegate<V>)
    • org.apache.dubbo.common.serialize.protostuff.delegate.TimeDelegate (implements io.protostuff.runtime.Delegate<V>)
    • org.apache.dubbo.common.serialize.protostuff.delegate.TimestampDelegate (implements io.protostuff.runtime.Delegate<V>)
    • org.apache.dubbo.common.serialize.protostuff.Wrapper<T>
    • org.apache.dubbo.common.serialize.protostuff.utils.WrapperUtils