Interface ISharedResourceCollection

interface ISharedResourceCollection {
    addResource(resource): ISharedResource;
    beginPersist(): ISharedPersister<SharedResourceJSON>;
}

Implemented by

Methods