Uses of Interface
mjson.Json.Factory

Uses of Json.Factory in mjson
 

Classes in mjson that implement Json.Factory
static class Json.DefaultFactory
           
 

Fields in mjson declared as Json.Factory
static Json.Factory Json.defaultFactory
           
 

Methods in mjson with parameters of type Json.Factory
static void Json.attachFactory(Json.Factory factory)
           Attach a thread-local Json Json.Factory to be used specifically by this thread.
static void Json.setGlobalFactory(Json.Factory factory)
           Specify a global Json Json.Factory to be used by all threads that don't have a specific thread-local factory attached to them.
 



Copyright © 2012. All Rights Reserved.