See: Description
| Class | Description |
|---|---|
| Client |
A sample gemfire client that writes and queries PositionPdx objects on a
server.
|
| ExamplePdxSerializer |
An example of a PdxSerializer.
|
| PortfolioPdx |
An example of a portfolio object for a trading application.
|
| PortfolioSerializer |
An example of a PdxSerializer that can serialize PortfolioPdx objects.
|
| PositionPdx |
An example of a position object for a trading application.
|
| PositionSerializer |
An example of a PdxSerializer that can serialize PositionPdx objects.
|
These example classes demonstrate how to implement your own PdxSerializer to serialize POJOs with the Portable Data Exchange framework.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.