spring-data-geode
spring-data-geode copied to clipboard
MappingPdxSerializer should be able to resolve custom pdx serializer at entity level [DATAGEODE-170]
trafficstars
Jeff Cherng opened DATAGEODE-170 and commented
MappingPdxSerializer currently allows properties of entity to be serialized/deserialized by using custom pdx serializers. However, as the current implementation, custom pdx serializers can not be configured at entity level, e.g. any entity can only be serialized/deserialized by default strategies.
The attached file is the modified version of MappingPdxSerializerIntegrationTests. The test method 'serializationUsesCustomPdxSerializers' demonstrates customize pdx serializers for both entity and property
Affects: 2.1.4 (Lovelace SR4)
Attachments:
- MappingPdxSerializerIntegrationTests.java (14.38 kB)