handleSerialization method

  1. @override
PhpSerializationObjectInformation<Object> handleSerialization(
  1. Type objectType
)
override

Return a PhpSerializationObjectInformation for the requested class

Implementation

@override
PhpSerializationObjectInformation handleSerialization(Type objectType) {
  throw ObjectWithoutSerializationInformationFound(objectType);
}