English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

Serialization and deserialisation refer to turning objects into strings of bytes that can be kept on disk, or sent to another process - that is, persistant objects or remote objects.

JNI is the Java native Interface, which lets you embed Java routines into native applications (or native routines into java applications).

RMIC is the java RMI compiler, which generates stubs for remote calls.

2006-12-23 19:17:51 · answer #1 · answered by sofarsogood 5 · 0 0

Serialization is a method of storing data that isn't linear in a way that is linear.

Deserialization takes that data previously stored (by serialization) and returns it to the original non-linear state.

A good example is an image. Images are non-linear because they contain a grid of pixels or a list of point (for line-based graphics programs). They may contain other data such as layer or effects.

Serialization allows you to save this data in a file by converting it into a linear format. In the case of an image, it may create a header that contains all of the properties of the image (dpi, number of layers, title of image, width/height, etc). Then it may take the pixels in some predefined order (e.g. left to right, top to bottom) and save their colors.

Deserialization simply reverses the process.

I'm not familiar with the acronyms you provided so I can't comment on them.

2006-12-23 19:21:19 · answer #2 · answered by Jack Schitt 3 · 0 1

My first call Paul capacity 'small' or 'standard', i'm definitely no longer small regardless of the indisputable fact that! (heightwise) My center call is 'Tendulkar', named after the in call for cricketing legend Sachin Tendulkar

2016-12-15 07:13:22 · answer #3 · answered by zell 4 · 0 0

fedest.com, questions and answers