• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Big Data | Pail (writing/reading Objects)
  1. References
  2. The project Structure
  3. The POM file (pom.xml)
  4. Payload.java
  5. PailStructurePayload.java
  6. PailPayload.java

  1. References
    See this page for more details about Pail:
    http://deals.manningpublications.com/pail.pdf
  2. The project Structure
  3. The POM file (pom.xml)
  4. Payload.java
    A simple POJO java class that will be used as an example to show how to write/read Objects to/from pail.

    ► src/main/java/mtitek/pail/object/samples/Payload.java

  5. PailStructurePayload.java
    This java class is an implementation of the PailStructure interface that the Pail API will use to serialize/deserialize the payload objects.

    ► src/main/java/mtitek/pail/object/samples/PailStructurePayload.java

  6. PailPayload.java
    This java class shows how to use the Pail API to write/read Objects to/from pail.

    ► src/main/java/mtitek/pail/object/samples/PailPayload.java

© 2025  mtitek