The Java {@code type} must have a no-argument constructor. @param < T> Java type to map to. @param json The JSON to be mapped to a Java type. @param type Java type token. @return A Java object (of type {@code type}) representation of the JSON input. @throws FacebookJsonMappingException If an error occurs while mapping JSON to Java.
|
|
|
|
|
|
|
|