protected static class AbstractService.SerializableDTO extends AbstractTenantAwareSerializationDTO
| Modifier | Constructor and Description |
|---|---|
protected |
SerializableDTO(Tenant tenant,
String beanname) |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveObject()
For deserializing this method is called by
AbstractTenantAwareSerializationDTO.readResolve(). |
String |
toString() |
getTenant, getTenantID, readResolvepublic Object resolveObject() throws ObjectStreamException
AbstractTenantAwareSerializationDTO.readResolve(). The super
method set the correct tenant and this method gets the correct bean.resolveObject in class AbstractTenantAwareSerializationDTOObjectStreamExceptionpublic String toString()
toString in class AbstractTenantAwareSerializationDTOCopyright © 2017 SAP SE. All Rights Reserved.