-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
-
DataGrid Sprint #45
Storage type HEAP is supposed to be a replacement for OBJECT+BINARY, storing POJOs in the data container by default but allowing the user to store serialized keys and values by configuring an encoding other than application/x-java-object.
The current StorageConfigurationManager code doesn't work like that, and the default encoding for HEAP storage is the user marshaller's media type (by default application/x-protostream).