Translation of serializable from English into Dutch
Adjective
technology
- The data structure is serializable for database storage.De datastructuur is serialiseerbaar voor databaseopslag.
Synonyms and analogies of serializable in English
Examples of serializable in a sentence
Serializable objects are crucial for data exchange.
Translations of "serializable" in Context ordered by category and frequency
serializable: Examples and translations in context
Serialization and de-serialization (save serializable objects to a file, restore them any time later).
Serialisatie en de-serialisatie (sla serialiseerbare objecten op in een bestand, herstel ze later altijd).
Instead the following level should be used: repeatable read if the balance is stored in a single updatable field, or serializable when the balance is calculated from a set of records.
In plaats daarvan moet worden gebruikt: repeatable read als het saldo is opgeslagen in een enkel updatetable veld, of serializable als het saldo wordt berekend uit een set mutaties.
This extra data field can contain anything serializable as JSON.
Deze extra data veld kan van alles serializable bevatten JSON.
QueryMetadata was made serializable.
QueryMetadata werd serializable gemaakt.
All four levels of isolation are supported: Dirty read, read committed, repeatable read and serializable.
Er zijn vier transactie-isolatieniveaus: Read uncommitted, Read committed, Repeatable Read en Serializable.
Uses row version to provide transaction-level read consistency. Serializable
Maakt gebruik van de rijversie om leesconsistentie op transactieniveau te bieden.