serializable
- Variable in class java.beans.beancontext.BeanContextServicesSupport protected transient int serializable | ||||
Search Dictionary:
Serializable definition was found in categories: Computer & Internet(1) Encyclopedia(1)
Serializable Definition from Computer & Internet Dictionaries & Glossaries
| DW and OLAP terms |
serializable
The highest transaction isolation level. Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks. This guarantees that a series of serializable transactions will always produce the same results if run in the same sequence.
The highest transaction isolation level. Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks. This guarantees that a series of serializable transactions will always produce the same results if run in the same sequence.
Serializable Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Serializable
- serializable (databases) is an attribute of a transactions' schedule (history). It means that the schedule has the serializability property.
- serializable (programming) is a term used primarily in Java and .NET as an attribute of an object class. It characterizes that members of a certain object class can be serialized into well defined strings of bits (primarily for storing and transmitting) and deserialized for reconstructing them in memory.
| See more at Wikipedia.org... |
