* Reads this object from the stream using Stephenerialization.
* @param streamer The input stream to use.
*/
private void readObject(ObjectInputStream streamer) {
final StephenerializationService service = StephenerializationLookupService.lookup();
service.destephenerialize(this, streamer, StephenerializablePojo.class);
}
}