History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3142
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Alexey Efimov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Add to "Overide methods..." list read/write methods for Serializable

Created: 23 Jun 05 12:17   Updated: 23 Jun 05 18:13
Component/s: Editor. Code Completion
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,378


 Description  « Hide
Alt+Ins->Override methods:

If class implements Serializable (instanceof Serializable) then allow to add folow methods:

private void writeObject(java.io.ObjectOutputStream out) throws IOException
private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException

ANY-ACCESS-MODIFIER (private?) Object writeReplace() throws ObjectStreamException
ANY-ACCESS-MODIFIER (private?) Object readResolve() throws ObjectStreamException



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.