spring-data-geode icon indicating copy to clipboard operation
spring-data-geode copied to clipboard

MappingPdxSerializer should be able to resolve custom pdx serializer at entity level [DATAGEODE-170]

Open spring-projects-issues opened this issue 6 years ago • 0 comments
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:

spring-projects-issues avatar Feb 10 '19 18:02 spring-projects-issues