626627628629630631632633634635636
try { this.registerSerializer(new DictionarySerializer()); } catch (Throwable t) { } try { this.registerSerializer(new MapSerializer()); } catch (Throwable t) { } try { this.registerSerializer(new SetSerializer()); } catch (Throwable t) {