Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Example code

Drew Koszewnik edited this page Dec 2, 2013 · 1 revision

Most of the example code in this documentation is included under the src/examples/java folder in the Zeno source. Most examples are structured as runnable jUnit tests designed for experimentation:

  • Defining an Object Model
    • com.netflix.zeno.examples.pojos.*
    • com.netflix.zeno.examples.serializers.*
    • com.netflix.zeno.examples.address.*
  • Transporting Data
    • com.netflix.zeno.examples.BasicSerializationExample
    • com.netflix.zeno.examples.MultipleImageSerializationExample
    • com.netflix.zeno.examples.HeapFriendlyHashMapExample
  • Creating Json Data
    • com.netflix.zeno.examples.JSONSerializationExample
  • Diffing Data
    • com.netflix.zeno.examples.DiffExample
  • Creating New Operations
    • com.netflix.zeno.examples.framework.*

Clone this wiki locally