Search Results for

    Show / Hide Table of Contents

    Interface ISurrogate

    Interface for surrogate objects that can be converted back to their original form. Surrogates are used to provide serializable versions of objects that might not be directly serializable.

    Namespace: Akka.Util
    Assembly: Akka.dll
    Syntax
    public interface ISurrogate

    Methods

    | Edit this page View Source

    FromSurrogate(ActorSystem)

    Converts this surrogate back to its original object.

    Declaration
    ISurrogated FromSurrogate(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    The actor system to use during conversion.

    Returns
    Type Description
    ISurrogated

    The original object that this surrogate represents.

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET