serializer
n. 串行(化)器(把并行数据变成串行数据的寄存器)
2026-04-14 07:02 浏览次数 31
n. 串行(化)器(把并行数据变成串行数据的寄存器)
Serializer andDeserializer串化解串器
param serializer数据返回形式
DataContract Serializer以及数据契约序列化器
binary serializer使用二进制序列化器
Byte Serializer字节串化器
serializer shift clock串行器变换时钟
parallelserial converter serializer并串变换器
Serializer-Deserializer解串列器
node serializer节点成串器
many xml serializer tools understand this distinction between relatively safe and relatively unsafe pretty-printing.
很多xml序列化工具能够理解相对安全和不安全的的打印格式。
it is now possible to choose another serializer or implement your own, and enhance assemblies that be executed with partial trust.
现在可以选择其他序列化程序或者自己的实现,又或者增强作为不完全可信所执行的程序集。
the serializer is not technically part of the xslt processor, but it is essential for practical use.
从技术上看,串行化器并不是xslt处理器的一部分,但它在实际使用中是必不可少的。
it is also architecturally flawed because it requires the serializer to be aware of an additional field per node beyond the information exposed by the xpath data model and serialization parameters.
这也是体系结构上的一个缺陷,因为它要求序列化程序除了知道xpath数据模型和serialization参数公开的信息之外,还要知道每个节点的附加字段。
direct access via a priori knowledge of the class (that is, you know in advance that you serializer only works for one specific class)
通过对类的预先了解直接访问(也就是,您预先知道您的序列化器只为一个特定的类工作)
for the chinese and russian characters, though, the xml serializer replaces them with substitution characters for the output.
但是,对于中文和俄文字符,xmlserializer在输出中将它们替换为替换字符。
next, you instantiate the pojo by invoking the read method from the serializer object.
接下来,通过从serializer对象调用read方法,从而实例化pojo。
previously, all aspects were serializer using the standard .net binary formatter.
之前,所有方面都使用标準的.net可执行格式化程序进行序列化。
this enables the default serializer to transform this xml message into a business object we can manipulate in the mediation.
这使得缺省序列化器能够将此xml消息转换为可以在中介中操作的业务对象。
two conditions need to be satisfied in order for serialization to happen: the serializer must be given a supported type and the object to be serialized must be non-null.
为使序列化能够发生,需要满足两个条件:必须为序列化器授予受支持的类型,并且待序列化的对象必须是非空的。
that is, each type that exists in the wsdl or xsd file will have a special serializer or deserializer created for it that knows how to handle those types.
也就是说,wsdl或xsd文件中所存在的每种类型都将具有为其创建的特定序列化器或反序列化器,这些序列化器或反序列化器知道该如何处理这些类型。
saxon also includes a serializer that converts the result tree to xml, html, or plain text.
saxon还包括了一个串行化器,用于将结果树转换成xml、html或纯文本。
note that this class is part of the simple framework and implements the serializer interface.
注意,该类是simple框架的一部分,它实现serializer接口。
finally, you invoke the serializer to write the file.
最后,调用serializer来编写文件。
if the back end system that consumes this generated xml is not capable of handling such elements, the serializer can be configured to generate a default namespace declaration.
如果消费这些生成的xml的后台系统不不能够处理这样的元素,可以配置序列化器生成一个默认的命名空间声明。
the serializer accepts sax events and writes the corresponding xml document in a file.
序列化程序接受sax事件,并将相应的xml文档写到一个文件中。
how can you find the right serializer to de-serialize the xml payload back to the concrete objects?
您如何找出正确的序列化器来将xml载荷反序列化到具体的对象中?
in practice, as you have seen, the result tree is not materialized in memory, so the serializer is handed the nodes of the tree one at a time in document order.
实际上,如您所见,结果树没有在内存中具体化,所以串行化器将按文档顺序一次交出树的一个节点。
the returned serializer in line 2 is a root serializer.
第 2行中返回的序列器是一个根序列化器。
using the serializer filter, your application can specify which nodes you want to serialize into xml without modifying the original dom tree.
通过使用并串行转换器(serializer)过滤器,应用程序可以指定您想要将哪些节点串行化到xml 中,同时还不必修改原来的dom树。