Package org.locationtech.geogig.storage.datastream

Examples of org.locationtech.geogig.storage.datastream.DataStreamSerializationFactoryV1


                bind(Context.class).to(GuiceInjector.class).in(Scopes.SINGLETON);

                Multibinder.newSetBinder(binder(), Decorator.class);
                bind(DecoratorProvider.class).in(Scopes.SINGLETON);

                DataStreamSerializationFactoryV1 sfac = DataStreamSerializationFactoryV1.INSTANCE;
                bind(ObjectSerializingFactory.class).toInstance(sfac);

                bind(ObjectDatabase.class).to(HeapObjectDatabse.class).in(Scopes.SINGLETON);
                bind(StagingDatabase.class).to(HeapStagingDatabase.class).in(Scopes.SINGLETON);
View Full Code Here

TOP

Related Classes of org.locationtech.geogig.storage.datastream.DataStreamSerializationFactoryV1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.