handleSerialization method
Return a PhpSerializationObjectInformation for the requested class
Implementation
@override
PhpSerializationObjectInformation handleSerialization(Type objectType) {
throw ObjectWithoutSerializationInformationFound(objectType);
}