protected void readState()

in cayenne-java-modules/src/main/java/org/apache/cayenne/example/persistent/auto/_Painting.java [98:102]


    protected void readState(ObjectInputStream in) throws IOException, ClassNotFoundException {
        super.readState(in);
        this.paintingTitle = (String)in.readObject();
        this.toArtist = in.readObject();
    }