Communication channel model
    3.
    发明申请
    Communication channel model 有权
    通信渠道模式

    公开(公告)号:US20060178152A1

    公开(公告)日:2006-08-10

    申请号:US11051238

    申请日:2005-02-04

    IPC分类号: H04Q7/20

    摘要: The present invention provides for a channel model capable of generating a runtime communication channel with pluggable modular channel components. These channel components implement one of a set of standard interfaces that allow processing details of communication semantics between components to be represented in a polymorphic way. A message and corresponding communication semantics are recursively passed through the channel components using the standard interface, thereby abstracting other modules and components from specific implementation details of how the communication semantics are performed. The message may then be sent to the next appropriate module for further processing, or the processing may be completed at that particular component or module. Note also that the message can also be de-multiplexed on the service side in a similar fashion as that described above.

    摘要翻译: 本发明提供一种能够生成具有可插拔模块化信道分量的运行时通信信道的信道模型。 这些通道组件实现了一组标准接口之一,允许处理以多态方式表示的组件之间的通信语义的细节。 消息和对应的通信语义通过使用标准接口的信道分量递归地传递,从而将其他模块和组件从如何执行通信语义的具体实现细节中抽象出来。 然后可以将消息发送到下一个适当的模块进一步处理,或者可以在该特定组件或模块处完成处理。 还要注意,消息也可以以与上述相似的方式在服务端解复用。

    XML serialization and deserialization
    6.
    发明申请
    XML serialization and deserialization 有权
    XML序列化和反序列化

    公开(公告)号:US20050097504A1

    公开(公告)日:2005-05-05

    申请号:US11009160

    申请日:2004-12-10

    CPC分类号: G06F9/4493 Y10S707/99942

    摘要: An object instance is serialized to a serial format, such as an extensible Markup Language (XML) document, based on a mapping between an arbitrary annotated source code file and a schema. The arbitrary annotated source code contains at least one programming type that describes a shape of an object instance and the schema describes a format of a document having a serial format. The mapping defines a correspondence between the shape of the object instance and the format of the document having the serial format. Subsequently, an object instance is converted to the serial format by converting public properties, public fields and method parameters of the object instance to a document having the serial format based on the mapping. Once the mapping is defined, an XML document can also be converted to an object instance based on the mapping.

    摘要翻译: 基于任意注释的源代码文件和模式之间的映射,对象实例被序列化为串行格式,例如可扩展标记语言(XML)文档。 任意注释的源代码至少包含一个描述对象实例形状的编程类型,并且模式描述了具有串行格式的文档的格式。 映射定义了对象实例的形状与具有串行格式的文档的格式之间的对应关系。 随后,通过将对象实例的公共属性,公共字段和方法参数转换为具有基于映射的串行格式的文档,将对象实例转换为串行格式。 定义映射后,也可以根据映射将XML文档转换为对象实例。

    Data abstraction based serialization
    7.
    发明申请
    Data abstraction based serialization 失效
    基于数据抽象的序列化

    公开(公告)号:US20060047679A1

    公开(公告)日:2006-03-02

    申请号:US10925567

    申请日:2004-08-25

    IPC分类号: G06F7/00 G06F17/00

    CPC分类号: G06F9/4493

    摘要: Serialization and deserialization using data contracts. The data contract specifies data types that are serialized and deserialized for data objects that are associated with the data contract. During serialization, the data contract associated with the data object is identified. Then, the data fields that correspond to those specified data field types are extracted from the data object and serialized into a serialization format. During deserialization, the serialization mechanism receives a serialized data structure having a particular serialization format. A data contract is then identified as being associated with the serialized data structure. After deserialization of the serialized data structure into abstract data, a corresponding data object is populated with data fields that correspond only with those data field types specified in the data contract. Accordingly, data abstraction is enabled while serializing and deserializing.

    摘要翻译: 使用数据合同进行序列化和反序列化。 数据合约指定与数据合同相关联的数据对象被序列化和反序列化的数据类型。 在序列化期间,识别与数据对象相关联的数据契约。 然后,从数据对象中提取对应于这些指定数据字段类型的数据字段,并将其序列化为序列化格式。 在反序列化期间,序列化机制接收具有特定序列化格式的序列化数据结构。 然后将数据合同识别为与序列化数据结构相关联。 将序列化数据结构反序列化为抽象数据后,将使用仅与数据合同中指定的数据字段类型对应的数据字段填充相应的数据对象。 因此,在序列化和反序列化时启用数据抽象。