CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "8860031293d08eda2041648ee8a75f1a:1752578814.522725"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21599
Date: Sat, 19 Jul 2025 07:47:25 GMT
Content-Length: 1985
Connection: keep-alive
Java Object Serialization Specification: Contents
Java Object Serialization
Specification
CONTENTS | PREV | NEXT
Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.
CONTENTS | PREV | NEXT |
Table of Contents
- 1 System
Architecture
- 1.1 Overview
- 1.2 Writing to an Object Stream
- 1.3 Reading from an Object Stream
- 1.4 Object Streams as Containers
- 1.5 Defining Serializable Fields for a Class
- 1.6 Documenting Serializable Fields and Data for a Class
- 1.7 Accessing Serializable Fields of a Class
- 1.8 The ObjectOutput Interface
- 1.9 The ObjectInput Interface
- 1.10 The Serializable Interface
- 1.11 The Externalizable Interface
- 1.12 Serialization of Enum Constants
- 1.13 Protecting Sensitive Information
2 Object Output Classes
3 Object Input Classes
4 Class Descriptors
5 Versioning of Serializable Objects
6 Object Serialization Stream Protocol- 6.1 Overview
- 6.2 Stream Elements
- 6.3 Stream Protocol Versions
- 6.4 Grammar for the Stream Format
- 6.4.1 Rules of the Grammar
- 6.4.2 Terminal Symbols and Constants
A Security in Object Serialization
B Exceptions In Object Serialization
C Example of Serializable Fields
CONTENTS | PREV | NEXT
Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.