Home / Class/ SerialCompatibleMarshallingDecoderTest Class — netty Architecture

SerialCompatibleMarshallingDecoderTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  e99efe96_1009_91fa_626d_80528855ed8b["SerialCompatibleMarshallingDecoderTest"]
  ddac4d86_c2dd_e141_0640_9c09d3e8aaa0["SerialCompatibleMarshallingDecoderTest.java"]
  e99efe96_1009_91fa_626d_80528855ed8b -->|defined in| ddac4d86_c2dd_e141_0640_9c09d3e8aaa0
  cc459072_2a12_9ca9_f298_899749ed7360["MarshallerFactory()"]
  e99efe96_1009_91fa_626d_80528855ed8b -->|method| cc459072_2a12_9ca9_f298_899749ed7360
  edd6a118_1a71_2bf1_2357_7c45d65a7b67["MarshallingConfiguration()"]
  e99efe96_1009_91fa_626d_80528855ed8b -->|method| edd6a118_1a71_2bf1_2357_7c45d65a7b67

Relationship Graph

Source Code

codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialCompatibleMarshallingDecoderTest.java lines 22–37

public class SerialCompatibleMarshallingDecoderTest extends AbstractCompatibleMarshallingDecoderTest {

    @Override
    protected MarshallerFactory createMarshallerFactory() {
        return Marshalling.getProvidedMarshallerFactory(SERIAL_FACTORY);
    }

    @Override
    protected MarshallingConfiguration createMarshallingConfig() {
        // Create a configuration
        final MarshallingConfiguration configuration = new MarshallingConfiguration();
        configuration.setVersion(5);
        return configuration;
    }

}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free