Skip to main content

Deserialization

Try on your own

Prerequisites

  • JDK 1.8
  • IntelliJ

Steps to follow:

  • Clone my GitHub repository
    • git clone git@github.com:smarigowda/serialization-demo-java.git
    • cd serialization-demo-java
  • Change the branch
    • git checkout deserialization-demo
  • Clean, install and run test on command line
    • mvn clean install -Dtest=AppTest
  • Open the project in IntelliJ
  • Run the test, uses TestNG Test Runner