IPdxUnreadFields Interface |
Serialize the data in gemfire Portable Data eXchange(Pdx) Format.
This format provides class versioning(forward and backward compability of types) in cache.
This provides ability to query .NET domian objects.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic interface IPdxUnreadFields
Public Interface IPdxUnreadFields
public interface class IPdxUnreadFields
type IPdxUnreadFields = interface end
See Also