#377 - Add back support for JsonWriteBeanVisitor

This commit is contained in:
Robin Bygrave
2015-08-21 08:20:47 +12:00
parent 2caeb4fff1
commit 7c705e2baa
44 changed files with 997 additions and 204 deletions
@@ -26,6 +26,10 @@ public class ArrayStack<E> {
this.list = new ArrayList<E>();
}
public String toString() {
return list.toString();
}
/**
* Pushes an item onto the top of this stack.
*/