下载应用程式
educalingo
serialization

在"英语"词典里serialization}的意思

词典

英语中SERIALIZATION的发音

ˌsɪərɪəlaɪˈzeɪʃən


SERIALIZATION的语法类别

noun
形容词
动词
副词
代词
介词
连词
限定词
感叹词

SERIALIZATION在英语中的意思是什么?

序列化

在计算机科学中,在数据存储的上下文中,串行化是将数据结构或对象状态转换为可以在相同或另一个计算机环境中稍后存储和重构的格式的过程。 当根据序列化格式重新读取所得的一系列位时,可以用它来创建原始对象的语义相同的克隆。 对于许多复杂的对象,如广泛使用引用的复杂对象,这个过程并不简单。 面向对象对象的序列化不包括与之前不可分割链接的任何相关联的方法。 序列化对象的这个过程也称为编组对象。 相反的操作,从一系列字节提取数据结构是反序列化。

在英语 词典里serialization的定义

字典中序列化的定义是以序列的形式进行修改,发布或呈现的行为或过程。

SERIALIZATION押韵的英语 单词

authorization · characterization · civilization · customization · globalization · hospitalisation · hospitalization · hybridization · localization · novelization · optimisation · optimization · organisation · organization · realization · specialization · stabilization · synchronization · utilization · visualization

SERIALIZATION一样开头的英语单词

serial · serial correlation · serial killer · serial killing · serial monogamy · serial murder · serial number · serial port · serial rapist · serial rights · serial writer · serialism · serialist · seriality · serialize · serially · seriate · seriately · seriatim · seriation

SERIALIZATION一样开头的英语单词

accreditation · action · administration · animation · application · association · certification · citation · combination · communication · confirmation · conversation · corporation · creation · decoration · destination · documentation · duration · education · evaluation · excitation

英语近义词词典里serialization的近义词和反义词

近义词

«serialization»的25种语言翻译

翻译者

SERIALIZATION的翻译

通过我们的英语多语言翻译器,找到serialization25种语言翻译

该章节所呈现的将serialization由 英语向其他语言的翻译是通过自动统计翻译获得的;在英语中基本的翻译单位是单词«serialization»。
zh

翻译者英语 - 中文

连载
1,325 数百万发言者
es

翻译者英语 - 西班牙语

serialización
570 数百万发言者
en

英语

serialization
510 数百万发言者
hi

翻译者英语 - 印地语

क्रमबद्धता
380 数百万发言者
ar

翻译者英语 - 阿拉伯语

التسلسل
280 数百万发言者
ru

翻译者英语 - 俄语

сериализации
278 数百万发言者
pt

翻译者英语 - 葡萄牙语

ato de tornar uma série
270 数百万发言者
bn

翻译者英语 - 孟加拉语

ধারাবাহিকতাতে
260 数百万发言者
fr

翻译者英语 - 法语

publication en feuilleton
220 数百万发言者
ms

翻译者英语 - 马来语

Siri
190 数百万发言者
de

翻译者英语 - 德语

Veröffentlichung in Fortsetzungen
180 数百万发言者
ja

翻译者英语 - 日语

連載
130 数百万发言者
ko

翻译者英语 - 韩语

연재
85 数百万发言者
jv

翻译者英语 - 印尼爪哇语

Serialisasi
85 数百万发言者
vi

翻译者英语 - 越南语

tuần tự
80 数百万发言者
ta

翻译者英语 - 泰米尔语

தொடர்
75 数百万发言者
mr

翻译者英语 - 马拉地语

क्रमवारी
75 数百万发言者
tr

翻译者英语 - 土耳其语

seri hale getirme
70 数百万发言者
it

翻译者英语 - 意大利语

adattamento per la televisione {or} pubblicazione a puntate
65 数百万发言者
pl

翻译者英语 - 波兰语

serializacji
50 数百万发言者
uk

翻译者英语 - 乌克兰语

сериализации
40 数百万发言者
ro

翻译者英语 - 罗马尼亚语

serializarea
30 数百万发言者
el

翻译者英语 - 希腊语

serialization
15 数百万发言者
af

翻译者英语 - 布尔语(南非荷兰语)

serialisasie
14 数百万发言者
sv

翻译者英语 - 瑞典语

serialisering
10 数百万发言者
no

翻译者英语 - 挪威语

serialisering
5 数百万发言者

serialization的使用趋势

趋势

词语 «SERIALIZATION»的使用趋势

serialization的主要搜索趋势和常见用法
用户为查找我们的英语在线词典以及单词«serialization»的最常用表达而进行的主要搜索的列表。

serialization的英语文献、引用和新闻中的使用范例

示例

«SERIALIZATION»相关的英语书籍

在以下的参考文献中发现serialization的用法。与serialization相关的书籍以及同一来源的简短摘要提供其在 英语文献中的使用情境。
1
Serialization in Popular Culture
In this volume, contributors—literary scholars, media theorists, and specialists in comics, graphic novels, and digital culture—examine the economic, narratological, and social effects of serials from the nineteenth to the twenty-first ...
Rob Allen, Thijs van den Berg, 2014
2
Parker Gun: Identification & Serialization
This publication is the only book that provides an easy reference for Parker shotguns manufactured between 1866-1942.
Charles E. Price, Steven P. Fjestad, 2002
3
Effective Java
Item. 78: Consider. serialization. proxies. instead. of. serialized. instances. As mentioned in Item 74 and discussed throughout this chapter, the decision to implement Serializable increases the likelihood of bugs and security problems, because ...
Joshua Bloch, 2008
4
Hadoop: The Definitive Guide
@Override public int compare(WritableComparable a, WritableComparable b) { if (a instanceof TextPair && b instanceof TextPair) { return ((TextPair) a).first. compareTo(((TextPair) b).first); } return super.compare(a, b); } } Serialization ...
Tom White, 2012
5
C# in a Nutshell
NET Framework includes extensive support for both serialization and deserialization, both from the perspective of clients wanting to serialize and deserialize objects, and from the perspective of types wanting some control over how and where ...
Peter Drayton, Ben Albahari, Ted Neward, 2003
6
Programming .NET Components: Design and Build .NET ...
9. Serialization. and. Persistence. In a component-oriented application, the component instances (the objects) maintain their state (the object's member variables) in memory and apply business logic on that state. But how is this state initially ...
Juval Lowy, 2005
7
Development of Component-based Information Systems
Object Serialization A big hurdle to overcome is the problem of object serialization, both in terms of both data types and binary format and the more abstract issues of serialization semantics. One fundamental requirement for remote method ...
Sergio De Cesare, Mark Lycett, Robert Macredie, 2006
8
Java Examples in a Nutshell
Object. Serialization. To serialize an object means to write its complete internal state (including its private state) to a byte stream in such a way that a copy of the object can be reconstituted at some later time. When an object is serialized, the ...
David Flanagan, 2004
9
Beginning XML with C# 2008: From Novice to Professional
of. Serialization. Serialization can be classified based on the format of serialization or on the depth of serialization. The three formats in which you can serialize data in the .NET Framework are as follows: Binary: This format is generally better in ...
Bipin Joshi, 2008
10
Learn Java for Android Development
Instead, you must use object serialization and deserialization to stream objects of arbitrary types. Object serialization is a virtual machine mechanism for serializing object state into a stream of bytes. Its deserialization counterpart is a virtual ...
Jeff Friesen, 2010

包含词语«SERIALIZATION»的新条目

找出国内和国际出版社所讨论的内容,以及词语serialization在以下新条目的上下文中是如何使用的。
1
Gartner Publishes “First Take” Report on Amcor and Kezzler's MaXQ …
ZURICH--(BUSINESS WIRE)--Amcor (ASX:AMC), a global leader in flexible and rigid plastics packaging, and Kezzler AS, a leader in serialization business ... «Business Wire, 七月 15»
2
Open-SCS addresses packaging serialization standard
Addressing compliance to healthcare counterfeiting regulations, the Steering Committee of the Open Serialization Communication Standard Working Group ... «Healthcare Packaging, 七月 15»
3
Frequentz Inc. Releases 4th Generation EPCIS Solution, Supporting …
A platform that works with both lot-level and serialized data will be key to smoothly transitioning from lot to serialization, while eliminating the financial impact of ... «PR Newswire, 六月 15»
4
Frequentz Inc. and Global Pharmaceutical Leaders Tackle …
... Cardinal, recently gathered for Frequentz Inc.'s 2015 Customer Advisory Council at Stanford University to tackle pressing serialization and compliance issues. «PR Newswire, 五月 15»
5
Fully Serialized and Aggregated Solution in Production for US Market
The Xyntek and Antares team, working in collaboration with PCI, integrated Track-and-Trace technologies in support of PCI's global enterprise Serialization ... «PR Newswire, 五月 15»
6
Serialization first in South Korea
Following the introduction of a comprehensive serialization service last year, Vetter announces the manufacture of commercial batches with single-use ... «Healthcare Packaging, 四月 15»
7
Bring back the serialized novel
It wasn't until book production became cheap and easy, and new mediums such as radio arose to fill leisure time, that serialization slowly shriveled away. «Washington Post, 四月 15»
8
Four serialization and traceability predictions
For my last column, I decided to provide you with my personal predictions about pharmaceutical serialization and traceability over the next few years. Please do ... «Healthcare Packaging, 四月 15»
9
Recipharm delivers serialization project in China
Recipharm, a contract development and manufacturing organization, announced its readiness for serialization after completion of a complex serialization project ... «Packaging World, 三月 15»
10
Antares Vision Installs 100th ATS 3.0 Pharmaceutical Track and …
LAUREL, N.J.--(BUSINESS WIRE)--Antares Vision, a leading supplier of inspection and serialization systems for the pharmaceutical industry, reported today the ... «Business Wire, 二月 15»
参考文献
« EDUCALINGO. Serialization [在线]. 可用 <https://educalingo.com/zh/dic-en/serialization>. 六月 2026 ».
下载educalingo应用
ZH