Yes it's possible. You're already doing it for firstname and lastname. From what you've got it seems like you already know what to do. Maybe if you could post the code you tried which didn't do what ...
Given the reader interface, you can now use other classes - even ones outside the data class hierarchy - as readers, as long as they support the reader interface. Using the abstract reader interface ...
Enter the above code in an SCL entry such as X.SCL and then create the class by using the SAVECLASS command. You should now see a CLASS entry for X in the current catalog. Note: The name of the entry ...
If you're not familiar with object-oriented programming, some of the concepts can be hard to understand, especially if you're a longtime procedural language programmer. Follow along as we take a look ...
Community driven content discussing all aspects of software development from DevOps to design patterns. In this Java serialization example, we will use both the ObjectOutputStream and the ...