serializable
美
英 
例句
If you want the class to be serializable, you'll need to test it, just as you would test a class that directly implements Serializable.
若您希望類可串行化,就需要測試它,這與您需要測試一個直接實現了Serializable的類相同。
Might need to be serializable, so you might have to provide a type converter, depending on which resource writer is used.
可能需要序列化,因此您可能必須提供類型轉換器,這具體取決于使用的是哪種資源編寫器。
Any other Java objects that you cache must be implemented as a java. io. Externalizable or java. io. Serializable interface.
您所緩存的任何其他Java對象都必須實現java.io.Externalizable或java.io.Serializable接口。
When you put a Java object into a session and want it shared across all nodes, declare this Java object as a serializable interface.
當您將Java對象放入到會話中并希望在所有的節(jié)點之間共享該對象時,需要將這個Java對象聲明為一個serializable接口。
Custom token object, for the lack of a better name, is really just a regular serializable object.
自定義令牌對象(因為沒有更合適的名稱)實際上是一個常規(guī)的可序列化對象。
Both are serializable, so wrapping your object in SealedObject creates a sort of "gift box" around the original object.
兩者都是可序列化的,所以將對象包裝在SealedObject中可以圍繞原對象創(chuàng)建一種“包裝盒”。
Since the context object needs to be passed across components, the object should be serializable.
因為需要跨組件傳遞上下文對象,所以這個對象應該是可序列化的。
If it must be serializable, try to make specific fields that hold sensitive data nonserializable.
如果物件必須序列化,請嘗試將含有敏感資料的特定欄位還原序列化。
The kernel engine is a Geronimo module, which is an arbitrary set of classes, other modules, and a serializable configuration.
內核引擎是Geronimo模塊,該模塊是由類、其他模塊和可序列化配置組成的集合。
The Serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable.
Serializable接口不包含任何方法。它的作用只是告訴序列化運行時這個對象是可以序列化的。
The EJB specification states that the key must be a unique value represented by a serializable object.
EJB規(guī)范規(guī)定:主鍵必須是一個可序列化的對象所表示的獨一無二的值。
The ObjectStateFormatter class is not optimized for any of these serializable types.
ObjectStateFormatter類不為這些可序列化類型中的任何一種而優(yōu)化。
Types that are not contracts or serializable types must be converted to contracts by the adapter segments in the pipeline.
非協(xié)定或非可序列化類型的類型必須由管線中的適配器段轉換為協(xié)定。
The Body property can be any serializable object, such as a text string, structure object, class instance, or embedded object.
Body屬性可以是任何可序列化的對象,如文本字符串、結構對象、類實例或嵌入對象等。
A DOM implementation may allow you to add them, but the result will not be serializable.
DOM的實現使您可以添加它們,但后果是無法序列化。
The serializable format is specific to Windows Forms only and will not be recognized by applications created outside of Windows Forms.
可序列化格式是Windows窗體所特有的格式,在Windows窗體以外創(chuàng)建的應用程序將無法識別該格式。
To pass through the isolation boundary, types must be either contracts or serializable types.
若要通過隔離界限,這些型別必須是合約或是可序列化的型別。
To convert the security information of the attribute target to a serializable form stored in metadata.
將屬性目標的安全信息轉換為存儲在元數據中的可序列化形式。
If your handle type does not support this then the SafeHandle type wrapping it cannot be made serializable.
如果您的句柄類型不支持此操作,則不能將包裝它的SafeHandle類型設置為可序列化的。
The scan is performed with the same semantics as a transaction running at the SERIALIZABLE isolation level.
執(zhí)行掃描時所用的語義與在SERIALIZABLE隔離級別運行的事務的語義相同。
Remember that data maps contain the values of the JSF components, which must be serializable according to the JSF specification.
注意:數據地圖包含JSF組件的值,而根據JSP規(guī)范,它們必須是可序列化的。
Each value can be a primitive data type or another Data Object. A Data Object is serializable.
數據對象是可序列化的。
If you try to serialize your object with a normal event, serialization will fail because the storage backing the event isn't serializable.
如果你試圖通過一個普通事件來序列化你的對象,序列化就會失敗,這是因為備份該事件的存儲是不可序列化的。
If you pass a non-serializable object to a Clipboard method, the method will fail without throwing an exception.
如果將不可序列化的對象傳遞給Clipboard方法,該方法將失敗,但不會引發(fā)異常。
TRANSACTION_SERIALIZABLE is the most restrictive and protected transaction isolation level incurring the most overhead.
TRANSACTION_SERIAliZABLE是限制最嚴、保護最強的事務隔離級別,它會導致最大的開銷。
It begins, but does not complete, sqlTransaction1, which uses the SERIALIZABLE isolation level to start an update transaction.
開始但是不完成sqlTransaction1,sqlTransaction1使用SERIALIZABLE隔離級別開始更新事務。
The Java object that you want to serialize just needs to implement an interface named java. io. Serializable.
想要序列化的Java對象只需要實現叫做java.io.Serializable的接口。
Sometimes these classes implement Serializable explicitly.
有時這些類顯式實現Serializable。
Note that to write persisted objects to a resource file, the objects must be serializable.
請注意,為了將持久對象寫入資源文件,這些對象必須是可序列化的。
Used to protect key ranges in serializable transactions.
用于保護可串行事務中的鍵范圍。
This instance can be a string, stream, or any serializable object.
該實例可以是字符串、流或任何可序列化的對象。
Java-language serializable types now automatically support. NET serialization.
Java語言可序列化類型現在自動支持。
You first check whether the object implemented the serializable interface.
首先應該檢查該對象是否實現了serializable接口。
The data definition involves creating a serializable object and persisting the object using serialization semantics.
數據定義涉及到使用序列化語義建立一個可序列化對象并持久化該對象。
Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks.
可序列化事務將鎖定其讀取或修改的所有行,以確保事務完全與其他任務隔離。
To write persisted objects to a resource file the objects must be serializable.
若要將持久對象寫入資源文件,這些對象必須是可序列化的。。
Note: Transactions containing DML statements with subqueries should use serializable isolation to guarantee consistent read.
如果事務中存在使用了子查詢的DML語句,應該使用串行化隔離來保證一致性的讀取。
Notice that anything having to do with java. sql and the JDBC is missing from that list of serializable objects.
注意,該表中的序列化對象中缺少處理java.sql和JDBC所必需的內容。
Make sure everything stored on your resources is serializable.
確保您的資源中所存儲的所有內容都是可序列化的。
The method parameters and return types must be serializable.
方法參數和返回類型必須是可序列化的。