Example #1
0
 public _IProcedure4_108(ClassMarshaller _enclosing, IntByRef len, ObjectContainerBase
                         stream)
 {
     this._enclosing = _enclosing;
     this.len        = len;
     this.stream     = stream;
 }
Example #2
0
			public _IProcedure4_39(ClassMarshaller _enclosing, Transaction trans, ClassMetadata
				 clazz, ByteArrayBuffer writer)
			{
				this._enclosing = _enclosing;
				this.trans = trans;
				this.clazz = clazz;
				this.writer = writer;
			}
Example #3
0
 public _IProcedure4_39(ClassMarshaller _enclosing, Transaction trans, ClassMetadata
                        clazz, ByteArrayBuffer writer)
 {
     this._enclosing = _enclosing;
     this.trans      = trans;
     this.clazz      = clazz;
     this.writer     = writer;
 }
Example #4
0
 public _IProcedure4_136(ClassMarshaller _enclosing, IntByRef processedAspectCount
                         , int aspectCount, ClassMetadata classMetadata, LatinStringIO sio, DefragmentContextImpl
                         context)
 {
     this._enclosing           = _enclosing;
     this.processedAspectCount = processedAspectCount;
     this.aspectCount          = aspectCount;
     this.classMetadata        = classMetadata;
     this.sio     = sio;
     this.context = context;
 }
Example #5
0
 public MarshallerFamily(int converterVersion, int handlerVersion, ClassMarshaller
                         classMarshaller, IFieldMarshaller fieldMarshaller, PrimitiveMarshaller primitiveMarshaller
                         )
 {
     _converterVersion  = converterVersion;
     _handlerVersion    = handlerVersion;
     _class             = classMarshaller;
     _class._family     = this;
     _field             = fieldMarshaller;
     _primitive         = primitiveMarshaller;
     _primitive._family = this;
 }
Example #6
0
		public MarshallerFamily(int converterVersion, int handlerVersion, ClassMarshaller
			 classMarshaller, IFieldMarshaller fieldMarshaller, PrimitiveMarshaller primitiveMarshaller
			)
		{
			_converterVersion = converterVersion;
			_handlerVersion = handlerVersion;
			_class = classMarshaller;
			_class._family = this;
			_field = fieldMarshaller;
			_primitive = primitiveMarshaller;
			_primitive._family = this;
		}
Example #7
0
			public _IProcedure4_136(ClassMarshaller _enclosing, IntByRef processedAspectCount
				, int aspectCount, ClassMetadata classMetadata, LatinStringIO sio, DefragmentContextImpl
				 context)
			{
				this._enclosing = _enclosing;
				this.processedAspectCount = processedAspectCount;
				this.aspectCount = aspectCount;
				this.classMetadata = classMetadata;
				this.sio = sio;
				this.context = context;
			}
Example #8
0
			public _IProcedure4_108(ClassMarshaller _enclosing, IntByRef len, ObjectContainerBase
				 stream)
			{
				this._enclosing = _enclosing;
				this.len = len;
				this.stream = stream;
			}