Atavism Version 2018.1AGIS API

atavism.server.marshalling
Class MarshallingRuntime.ClassProperties

java.lang.Object
  extended by atavism.server.marshalling.MarshallingRuntime.ClassProperties
Enclosing class:
MarshallingRuntime

public static class MarshallingRuntime.ClassProperties
extends java.lang.Object

A data structure to hold the properties of a class registered for marshalling. This class can be either a built-in type, a by-hand marshalled class, or a class which will get it's marshalling via byte-code injection.


Constructor Summary
MarshallingRuntime.ClassProperties(java.lang.String className, java.lang.Short typeNum, boolean builtin)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallingRuntime.ClassProperties

public MarshallingRuntime.ClassProperties(java.lang.String className,
                                          java.lang.Short typeNum,
                                          boolean builtin)


Copyright © 2018 Dragonsan Studios Sp. z o.o.