Java Standard Tutorial Serialization Saving Objects to Files #49

preview_player
Показать описание
Serialization is the process of turning objects into a stream of binary data; by serializing objects, you can store them in a file and restore them later from the same file, implementing saving and loading in your application.
Рекомендации по теме
Комментарии
Автор

Damn, that's cool. All I'll probably need is saving one or two Objects, anyway.

nachfullbarertrank