接口 Serialization

    • 方法详细资料

      • getContentTypeId

        byte getContentTypeId()
        get content type id
        返回:
        content type id
      • getContentType

         getContentType()
        get content type
        返回:
        content type
      • serialize

        @Adaptive
        ObjectOutput serialize​(URL url,
                                output)
                        throws 
        create serializer
        参数:
        url -
        output -
        返回:
        serializer
        抛出:
      • deserialize

        @Adaptive
        ObjectInput deserialize​(URL url,
                                 input)
                         throws 
        create deserializer
        参数:
        url -
        input -
        返回:
        deserializer
        抛出: