Re: writeExternal() , readExternal()
Mark Wade <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/20/2016 11:29 AM, Mark Wade wrote: > I'm not understanding. Has this functionality been replaced by writeProperties() and readProperties()? I've found no documentation to that effect. Properties uses Strings, there are a lot of fields to populate and I already have methods to do so. I just want the object containing those values not a bunch of Strings to repopulate a bunch of fields. If that's the case then something seems wrong to me; I have to then store/restore the object myself or wade through a bunch of Strings?