Home / Class/ SerialThreadLocalCompatibleMarshallingDecoderTest Class — netty Architecture

SerialThreadLocalCompatibleMarshallingDecoderTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  62b55b2e_a59c_1f12_0709_4f2e057b68a9["SerialThreadLocalCompatibleMarshallingDecoderTest"]
  09212731_b029_41a4_b32e_6ed76348f90c["SerialThreadLocalCompatibleMarshallingDecoderTest.java"]
  62b55b2e_a59c_1f12_0709_4f2e057b68a9 -->|defined in| 09212731_b029_41a4_b32e_6ed76348f90c
  428dbcaf_ca7f_693d_ee21_0ac1c3c6a442["UnmarshallerProvider()"]
  62b55b2e_a59c_1f12_0709_4f2e057b68a9 -->|method| 428dbcaf_ca7f_693d_ee21_0ac1c3c6a442

Relationship Graph

Source Code

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

public class SerialThreadLocalCompatibleMarshallingDecoderTest extends SerialCompatibleMarshallingDecoderTest {

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

}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free