这一灵活框架允许任何对象转换到另一种类型。
This flexible framework allows any object to be translated into another type.
将XML文档对象转换成可读文本。
将类数组对象转换为数组对象。
将对象转换为字节数组
我们还将学习修改条来改变对象转换线的外观。
We'll also learn to modify strips to change the look of object transition lines.
此外,可以使用业务对象转换服务调用的实际业务对象参数。
Additionally, you can use Business Objects to translate the actual Business Object parameters of a service invocation.
在需要将一类对象转换成另一类对象时,请使用适配器模式。
Use the adapter pattern when you need to convert an object of one type to an object of another type.
每当尝试将一个对象转换为它无法转换的内容时发生。
Occurs whenever there is an attempt to convert an object into something to which it cannot be converted.
内部转换用于处理事件,而不会将对象转换为新状态。
Internal transitions are used to handle events without the transition of an object to a new state.
转换类型可分为三类:方法调用转换、字段访问转换和新对象转换。
These fall into three categories: method call transformations, field access transformations, and a new object transformation.
使用型态转换将返回的对象转换成期望的服务接口类型的对象。
Use typecast to convert the returned object to the desired service interface type.
子映射是另一种业务对象映射,用于将一个业务对象转换为另一个业务对象。
A submap is another business object map that you use to transform one business object to another.
Hibernate生成必需的SQL调用,还负责结果集处理和对象转换。
Hibernate generates the requisite SQL calls and also takes care of result set handling and object conversion.
本文将会讨论如何把一个对象转换为JSON并将其发送到服务器。
This article discusses how you can turn your object into JSON and send it to your server.
因此,要想从一个对象转换成另一个对象,可以使用清单1所示的代码。
Therefore, to make the translation from one Object to another, you can use the code shown in listing 1.
因此执行者扩展特定SAP接口,并将事件对象转换为SAP对象格式。
The actuator thus extends the specific SAP interface, and translates the event object to the SAP object format.
在运行时获取图属性,需要强制图对象转换到特定类型,如下例所示。
At runtime, to access a diagram's properties, it's required to cast your instance of a diagram object to a specific type, as the following example demonstrates.
随后可以直接将此对象转换为一个JSON字符串并将其作为参数添加到请求中。
You can then convert directly to this object to a JSON string and add it to the request as a parameter.
可以创建匿名对象,但将几个匿名对象转换为一个JSON字符串会很困难。
You can create anonymous objects, but you will find yourself in difficulty when you try it and several of them to a single JSON string.
还出现了iter内置函数,它可以将许多类似于序列的对象转换为迭代器。
We have the iter built-in function to turn many sequence-like objects into iterators.
适配器对象能够将对象转换为实现所需接口的对象,而不必复制涉及到的数据。
Adapter objects can transform an object into one that implements the required interface, without copying the data around.
然后会将通用客户对象转换为Marketing应用程序中使用的客户业务对象。
The generic customer object is then transformed into the customer business object used within the Marketing application.
创建一个将SSAGlobal业务对象转换为规范业务对象的业务对象映射。
Create a business object map to transform a SSA Global business object to a canonical business object.
不介绍它们的主要原因是它们在PD F文件中没有意义,这是格式化对象转换最常见的结果。
The primary reason they're left out is that they don't make sense inside a PDF file, which is the most common result of formatting-object conversion.
业务对象映射:可以使用业务对象映射将某种类型的业务对象转换成另一种类型的业务对象。
Business Object maps: You use a Business Object map to translate one type of Business Object into another type of Business Object.
React函数处理的实现细节是通过Put将队列中的对象转换为Take所期望的形式。
The React function handles the implementation details of converting the object queued up via Put to the form expected by Take.
把对象转换为xml格式之后,可以通过执行常规的SQL更新语句更新employee表中的记录。
After you have the object in XML format, you can issue a regular SQL update statement to update the record in the table EMPLOYEE.
对于简单对象,ProjectZero会使用公有get函数自动将对象转换为JSON。
For simple objects, Project Zero automatically converts the object into JSON using the public get functions.
当然,如果不能轻松地将对象转换回本文提到的文本格式,那么所有数据修改都没有太大的价值。
Of course, all that data modification isn't of much value if you can't easily convert back into the textual format mentioned in this article. That's also trivial in JavaScript
响应对象已经准备好了,容器将响应对象转换为HTTP 响应,并将响应发送到发出请求的客户机。
The response object is now ready. The container translates the response object into an HTTP response and sends the response to the requesting client.
应用推荐