Home / Class/ SerialCompatibleMarshallingEncoderTest Class — netty Architecture

SerialCompatibleMarshallingEncoderTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  cae93a02_ca3a_1e82_1227_bfeaadc22e65["SerialCompatibleMarshallingEncoderTest"]
  b4e5b05d_19d7_23a4_3bd3_16054e7c0374["SerialCompatibleMarshallingEncoderTest.java"]
  cae93a02_ca3a_1e82_1227_bfeaadc22e65 -->|defined in| b4e5b05d_19d7_23a4_3bd3_16054e7c0374
  94211e4f_1e91_4c34_3a82_3f5950a65980["MarshallerFactory()"]
  cae93a02_ca3a_1e82_1227_bfeaadc22e65 -->|method| 94211e4f_1e91_4c34_3a82_3f5950a65980
  f40f6740_efb6_beed_1e05_52b50c43e5d3["MarshallingConfiguration()"]
  cae93a02_ca3a_1e82_1227_bfeaadc22e65 -->|method| f40f6740_efb6_beed_1e05_52b50c43e5d3

Relationship Graph

Source Code

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

public class SerialCompatibleMarshallingEncoderTest extends AbstractCompatibleMarshallingEncoderTest {

    @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 SerialCompatibleMarshallingEncoderTest class?
SerialCompatibleMarshallingEncoderTest is a class in the netty codebase, defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialCompatibleMarshallingEncoderTest.java.
Where is SerialCompatibleMarshallingEncoderTest defined?
SerialCompatibleMarshallingEncoderTest is defined in codec-marshalling/src/test/java/io/netty/handler/codec/marshalling/SerialCompatibleMarshallingEncoderTest.java at line 22.

Analyze Your Own Codebase

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

Try Supermodel Free