Interface Processor<A,B>

Type Parameters:
A -
B -
All Known Subinterfaces:
FileProcessor<A>

public interface Processor<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialize(B b, A a)
     
    serialize(A a, B b)
     
  • Method Details

    • deserialize

      A deserialize(B b, A a) throws org.openbase.jul.exception.CouldNotPerformException
      Throws:
      org.openbase.jul.exception.CouldNotPerformException
    • serialize

      B serialize(A a, B b) throws org.openbase.jul.exception.CouldNotPerformException
      Throws:
      org.openbase.jul.exception.CouldNotPerformException