Class IntegerArrayConverter

java.lang.Object
de.rpgframework.genericrpg.persist.IntegerArrayConverter
All Implemented Interfaces:
org.prelle.simplepersist.StringValueConverter<int[]>

public class IntegerArrayConverter extends Object implements org.prelle.simplepersist.StringValueConverter<int[]>
  • Constructor Details

    • IntegerArrayConverter

      public IntegerArrayConverter()
  • Method Details

    • write

      public String write(int[] v) throws Exception
      Specified by:
      write in interface org.prelle.simplepersist.StringValueConverter<int[]>
      Throws:
      Exception
    • read

      public int[] read(String v) throws Exception
      Specified by:
      read in interface org.prelle.simplepersist.StringValueConverter<int[]>
      Throws:
      Exception