public class ObjectToAtomConverter<T> extends Object implements ToTermConverter<T,Atom>, FromTermConverter<Atom,T>
ObjectToAtomConverter()
T
fromTerm(Atom term, Type targetType, Jpc context)
Atom
toTerm(T object, Class<Atom> termClass, Jpc context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectToAtomConverter()
public T fromTerm(Atom term, Type targetType, Jpc context)
fromTerm
FromTermConverter<Atom,T>
public Atom toTerm(T object, Class<Atom> termClass, Jpc context)
toTerm
ToTermConverter<T,Atom>
Copyright © 2014. All rights reserved.