|
|
|
@ -106,7 +106,7 @@ public class Configuration {
|
|
|
|
|
|
|
|
|
|
if (conf.getJsonSupport() == null) { |
|
|
|
|
try { |
|
|
|
|
getClass().getClassLoader().loadClass("com.fasterxml.jackson.databind.ObjectMapper"); |
|
|
|
|
getClass().getClassLoader().loadClass("com.fr.third.fasterxml.jackson.databind.ObjectMapper"); |
|
|
|
|
try { |
|
|
|
|
Class<?> jjs = getClass().getClassLoader().loadClass("com.fr.third.socketio.protocol.JacksonJsonSupport"); |
|
|
|
|
JsonSupport js = (JsonSupport) jjs.getConstructor().newInstance(); |
|
|
|
|