View Javadoc

1   package org.jumpmind.symmetric.db;
2   
3   public enum BinaryEncoding {
4       NONE, BASE64, HEX;
5   }