Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
3 lines (2 loc) · 304 Bytes

File metadata and controls

3 lines (2 loc) · 304 Bytes
Copy raw file
Download raw file
Edit and raw actions

Externalizable 接口?

Externalizable is an interface which contains two methods readExternal and writeExternal. These methods give you a control over the serialization mechanism. Thus if your class implements this interface, you can customize the serialization process by implementing these methods.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.