Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8016711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:36:58+00:00 2026-06-04T20:36:58+00:00

http://code.google.com/p/lokad-cloud/wiki/Serialization I have been trying to swap the default serialization in Lokad.Cloud. I have

  • 0

http://code.google.com/p/lokad-cloud/wiki/Serialization

I have been trying to swap the default serialization in Lokad.Cloud. I have tried something along the following:

public class ServiceWebModule : Module
{
    public string AzureConnectionString { get; set; }

    protected override void Load(ContainerBuilder builder)
    {
        builder.Register(CloudStorageProviders).InstancePerLifetimeScope();
    }

    CloudStorageProviders CloudStorageProviders(IComponentContext c)
    {
        return CloudStorage
            .ForAzureConnectionString(AzureConnectionString)
            .WithDataSerializer(new SuperDuperJsonSerializer())
            .BuildStorageProviders();
    }
}

This module loads after the lokad cloud storage modules have loaded and I am attempting to override the runtime in Azure’s implementation of CloudStorageProviders with my own. Any guidance would help. Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:36:59+00:00Added an answer on June 4, 2026 at 8:36 pm

    Looking at the lokad source StorageModule:

    builder.Register(BlobStorageProvider);
    builder.Register(QueueStorageProvider).OnRelease(queues => queues.AbandonAll());
    builder.Register(TableStorageProvider);
    builder.Register(CloudStorageProviders).OnRelease(storage => storage.QueueStorage.AbandonAll());
    

    In addition to the CloudStorageProviders type being registered, each of the specific providers (ITableStorageProvider, IBlobStorageProvider and IQueueStorageProvider) are also registered. You will have to register all these explicitly in order to fully overwrite the existing registrations.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have followed the instructions found at http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide to setup a hub. When I
I'm trying to utilize ZeroClipboard (http://code.google.com/p/zeroclipboard/wiki/Instructions) to copy the current URL to the user's
I have playn installed on eclipse (http://code.google.com/p/playn/wiki/GettingStarted#Running_via_Eclipse), i loaded the sample programs and they
I'm trying the following code http://code.google.com/apis/ajax/playground/#change_the_playing_video It works well when runned from the playground
I have download a source code to hook and monitor files the link: http://code.google.com/p/easyhook-continuing-detours/downloads/list
I'm trying to work with the phpwebsocket library at http://code.google.com/p/phpwebsocket/ I'm using the version
I'm trying to implement the simple-linkedinphp library (it's found at http://code.google.com/p/simple-linkedinphp/ ) It runs
I am trying to use SecuritySwitch (http://code.google.com/p/securityswitch/) on an asp.net website. On secure pages
I have built a javascript/css dependency manager similar to http://code.google.com/p/jingo/ . It allows me
I am trying to install sqlitegen(http://code.google.com/p/sqlitegen/) plugin for my android development. I downloaded the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.