What is the translation of " SERIALIZABLE " in English?

Examples of using Serializable in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Java Serializable là gì?
What is Java Serialization?
Hoặc các lớp là serializable.
This class is serializable.
Serializable: có thể được serialized.
Serializable= something that can be serialized.
Hoặc các lớp là serializable.
Mark the class as serializable.
Sự khác biệt giữa serializable và Externalizable trong Java là gì?
What is the difference between Serializable and Externalizable interface in Java?
Hoặc các lớp là serializable.
All my core classes are serializable.
Phải được serializable. Nếu bạn phải lưu trữ những thứ unserializable, sử dụng.
Serializable. If you must store unserializable things, use LruSessionStore.
Mọi thứ lưu trữ trong session phải serializable.
All session data must be serialized.
Sự khác biệt giữa Serializable và Parcelable?
Difference between Serializable and Parcelable?
Mọi thứ lưu trữ trong session phải serializable.
Any object that is stored in the session must be serializable.
Sự khác biệt giữa Serializable và Parcelable?
What is the difference between Serializable and Parcelable?
Để serialize và deserialize.Dữ liệu của bạn phải là serializable.
To serialize and deserialize. Your data must be serializable.
Một ví dụ về marker interface là Serializable interface.
Serializable interface is a marker interface.
Một thể hiện Session là serializable nếu các lớp persistent của nó là serializable.
A Session instance is serializable if its persistent classes are serializable.
Dùng để bảo vệ những phạm vi của khóa trong serializable transactions.
Used to protect key ranges in serializable transactions.
Một chi phí thứ hai thực hiện Serializable là nó làm tăng khả năng lỗi và lỗ hổng bảo mật.
A second cost of implementing Serializable is that it increases the likelihood of bugs and security holes.
Tại sao Colection( interface) không kế thừa( extend) interface Cloneable và Serializable?
Why doesn't Collection extend Cloneable and Serializable?
InvalidClassException- bởi vì tất cả các lớp serializable được tự động đưa ra một định danh duy nhất.
InvalidClassException- because all serializable classes are automatically given a unique identifier.
Lưu trữ session ở cookie của client bất cứ khi nào có thể serializable và.
Store sessions at client side cookie when you can serializable and.
Nó là một lớpđược thực thi từ 3 lớp: Serializable, Comparable và CharSequence.
String class implements three interface such as Serializable, Comparable, CharSequence.
Khả năng nối tiếp của một lớp được kích hoạt bởi lớp thực hiện giao diện java. io. Serializable.
Serializability of a class is enabled by the class implementing the java.io. Serializable interface.
Serializable với GWT RPC, và GWT RPC server- side subsystem không còn bị trói chặt với servlets.
Serializable with GWT RPC, and the GWT RPC server-side subsystem is no longer intimately tied to servlets.
Để Serialize một object ta cần đảmbảo rằng class của object đó cài đặt giao diện java. io. Serializable.
In order to serialize an object,we have to ensure that the object implements the interface java.io. serializable.
Vì vậy, cách tốt nhất là thêm serialVersionUID của riêng bạn vào các lớp Serializable của bạn ngay khi bạn tạo chúng như hình dưới đây.
So it is best practice to add your own serialVersionUID to your Serializable classes as soon as you create them as shown below.
Một serializable lớp học có thể tự khai báo serialVersionUID một cách rõ ràng bởi khai báo một trường có tên" serialVersionUID" đó phải là tĩnh, cuối cùng và loại long.
A serializable class can declare its own serialVersionUID explicitly by declaring a field named serialVersionUID that must be static, final, and of type long.
Transfer Object là một lớp POJO đơn giản có các phương thức getter/ setter vàđược serializable để nó có thể được truyền qua mạng.
Transfer Object is a simple POJO class having getter/setter methods andis serializable so that it can be transferred over the network.
Loại bỏ Serializable hoặc Extenalizable- là một thay đổi không tương thích bởi vì khi được viết nó sẽ không còn cung cấp các trường cần thiết cho phiên bản cũ của class.
Removing either Serializable or Externalizable is an incompatible change since when written it will no longer supply the fields needed by older versions of the class.
Các thời gianchạy serialization liên kết với mỗi lớp serializable một phiên bản số, được gọi là serialVersionUID, được sử dụng trong quá trình deserialization để xác minh rằng người gửi và người nhận của một đối tượng được tuần tự hóa đã được tải các lớp cho đối tượng đó tương thích với tuần tự hóa.
The serialization runtime associates with each serializable class a version number called a serialVersionUID, which is used during deserialization to verify that the sender and receiver of a serialized object have loaded classes for that object that are compatible with respect to serialization.
Nếu một lớp serializable không rõ ràng khai báo một serialVersionUID, sau đó thời gian chạy tuần tự hóa sẽ tính toán giá trị serialVersionUID mặc định cho lớp đó dựa trên các khía cạnh khác nhau của lớp học, như được mô tả trong Thứ tự đối tượng Java( TM) Đặc điểm kỹ thuật.
If a serializable class does not explicitly declare a serialVersionUID, then the serialization runtime will calculate a default serialVersionUID value for that class based on various aspects of the class, as described in the Java(TM) Object Serialization Specification.
Đổi một class từ Serializable sang Extenalizable hoặc ngược lại- là một thay đổi không tương thích bởi vì stream sẽ chứa dữ liệu mà không tương thích với phần thực thi của class hiện có.
Changing a class from Serializable to Externalizable or vice versa is an incompatible change since the stream will contain data that is incompatible with the implementation of the available class.
Results: 45, Time: 0.0201

Top dictionary queries

Vietnamese - English