Class Serializer.Box

java.lang.Object
com.github.gbenroscience.util.Serializer.Box
All Implemented Interfaces:
Savable, Serializable
Enclosing class:
Serializer

public static class Serializer.Box extends Object implements Savable
Test Class: Must be static so it doesn't try to serialize the "Serializer" class along with it.
See Also:
  • Constructor Details

    • Box

      public Box(String name, int len, int brd, int hei)
  • Method Details