serialization wikipedia - EAS
- Xem thêmXem tất cả trên Wikipedia
Serialization - Wikipedia
https://en.wikipedia.org/wiki/SerializationIn computing, serialization (US spelling) or serialisation (UK spelling) is the process of translating a data structure or object state into a format that can be stored (for example, in a file or memory data buffer) or transmitted (for example, over a computer network) and reconstructed later
...
Xem thêmMethods of:
• transferring data through the wires (messaging).
• storing data (in databases, on hard disk drives).
• remote procedure calls, e.g., as in SOAP....
Xem thêmSerialization breaks the opacity of an abstract data type by potentially exposing private implementation details. Trivial implementations which serialize all data members may violate encapsulation.
To discourage competitors from making compatible products,...
Xem thêmThe Xerox Network Systems Courier technology in the early 1980s influenced the first widely adopted standard. Sun Microsystems published the External Data Representation(XDR)
...
Xem thêmSeveral object-oriented programming languages directly support object serialization (or object archival), either by syntactic sugar elements or providing a standard interface for doing so. The languages which do so include Ruby, Smalltalk,
...
Xem thêmVăn bản Wikipedia theo giấy phép CC-BY-SAMục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi Sérialisation — Wikipédia
https://fr.wikipedia.org/wiki/SérialisationEn informatique, la sérialisation (de l'anglais américain serialization) est le codage d'une information sous la forme d'une suite d'informations plus petites (dites atomiques, voir l'étymologie de atome) pour, par exemple, sa sauvegarde (persistance) ou son transport sur le réseau (proxy, RPC…). L'activité réciproque, visant à décoder cette suite pour créer une copie conforme de l'information d'origine, s'appelle la désérialisation (ou unmarshalling).
Wikipedia · Nội dung trong CC-BY-SA giấy phépSerializable - Wikipedia
https://en.wikipedia.org/wiki/SerializableSerializable may refer to: Serializable (databases), an attribute of a transactions' schedule (history) Serialization, a term used primarily in Java and .NET as an attribute of an object class. Topics referred to by the same term. This disambiguation page lists articles associated with the title Serializable.
Serialização – Wikipédia, a enciclopédia livre
https://pt.wikipedia.org/wiki/SerializaçãoIt lets you take an object or group of objects, put them on a disk or send them through a wire or wireless transport mechanism, then later, perhaps on another computer, reverse the process, resurrecting the original object (s). The basic mechanisms are to flatten object (s) into a one-dimensional stream of bits, and to turn that stream of bits ...
- Thời gian đọc ước tính: 2 phút
Serializzazione - Wikipedia
https://it.wikipedia.org/wiki/Serializzazione- La serializzazione ha numerosi vantaggi, e fornisce: 1. un metodo per usare in modo migliore gli oggetti persistenti 2. un metodo per supportare le chiamate di procedura remota (rpc) 3. un metodo per distribuire gli oggetti, come ad esempio in software quali CORBA Alcune di queste caratteristiche necessitano l'indipendenza dall'architettura per essere utilizzabili. Ad esempio, pe…
- Thời gian đọc ước tính: 5 phút
Serialisierung – Wikipedia
https://de.wikipedia.org/wiki/SerialisierungDie Serialisierung ist in der Informatik eine Abbildung von strukturierten Daten auf eine sequenzielle Darstellungsform. Serialisierung wird hauptsächlich für die Speicherung von Objekten in Dateien und für die Übertragung von Objekten über das Netzwerk bei verteilten Softwaresystemen verwendet.. Übliche Speichermedien sind nur in der Lage, Datenströme zu …
- Thời gian đọc ước tính: 1 phút
Сериализация — Википедия
https://ru.wikipedia.org/wiki/Сериализация- Любой из схем сериализации присуще то, что кодирование данных последовательно по определению, и извлечение любой части сериализованной структуры данных требует, чтобы весь объект был считан от начала до конца и воссоздан. Во многих приложениях такая линейность полезна, потому что позволяет использовать простые интерфейсы ввод…
- Thời gian đọc ước tính: 3 phút
序列化 - 维基百科,自由的百科全书
https://zh.wikipedia.org/wiki/序列化- 經由電信線路傳輸資料的方法(通訊)。
- 儲存資料的方法(在資料庫或硬碟)。
- 遠端程序調用的方法,例如在SOAP中。
- 在以元件為基礎,例如COM,CORBA的軟體工程中,是物件的分散式方法。
- Thời gian đọc ước tính: 22 phút