Package com.cognitect.transit
Interface DefaultReadHandler<T>
-
public interface DefaultReadHandler<T>
Processes a non-decodable transit value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromRep(String tag, Object rep)
Reads a transit representation that cannot otherwise be read
-