Home / Class/ SerialContextBoundCompatibleMarshallingDecoderTest Class — netty Architecture

SerialContextBoundCompatibleMarshallingDecoderTest Class — netty Architecture

Architecture documentation for the SerialContextBoundCompatibleMarshallingDecoderTest class in SerialContextBoundCompatibleMarshallingDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  48942c7a_114a_83cd_8f78_eeea3c2dcba1["SerialContextBoundCompatibleMarshallingDecoderTest"]
  9323f225_ca31_164d_6f36_8e985571fe9b["SerialContextBoundCompatibleMarshallingDecoderTest.java"]
  48942c7a_114a_83cd_8f78_eeea3c2dcba1 -->|defined in| 9323f225_ca31_164d_6f36_8e985571fe9b
  d1b092ef_a621_986f_805e_ab49d4f1670b["UnmarshallerProvider()"]
  48942c7a_114a_83cd_8f78_eeea3c2dcba1 -->|method| d1b092ef_a621_986f_805e_ab49d4f1670b

Relationship Graph

Source Code

codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialContextBoundCompatibleMarshallingDecoderTest.java lines 21–28

public class SerialContextBoundCompatibleMarshallingDecoderTest extends SerialCompatibleMarshallingDecoderTest {

    @Override
    protected UnmarshallerProvider createProvider(MarshallerFactory factory, MarshallingConfiguration config) {
        return new ContextBoundUnmarshallerProvider(factory, config);
    }

}

Frequently Asked Questions

What is the SerialContextBoundCompatibleMarshallingDecoderTest class?
SerialContextBoundCompatibleMarshallingDecoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialContextBoundCompatibleMarshallingDecoderTest.java.
Where is SerialContextBoundCompatibleMarshallingDecoderTest defined?
SerialContextBoundCompatibleMarshallingDecoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialContextBoundCompatibleMarshallingDecoderTest.java at line 21.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free