622623624625626627628629630631632
try { this.registerSerializer(new ArraySerializer()); } catch (Throwable t) { } try { this.registerSerializer(new DictionarySerializer()); } catch (Throwable t) { } try { this.registerSerializer(new MapSerializer()); } catch (Throwable t) {