Interface IdentifiedDataSerializable
		 
	 
	
		
			
			
				Hierarchy
				
					- 
						IdentifiedDataSerializable
					
 
				
			
			
			
				Properties
				
					
					classId
					classId: number
					
					
				
				
					
					factoryId
					factoryId: number
					
					
				
			
			
				Methods
				
					
					readData
					
						- readData(input: DataInput): void
 
					
					
						- 
							
							
							
Parameters
							
							Returns void
						 
					
				
				
					
					writeData
					
						- writeData(output: DataOutput): void
 
					
					
						- 
							
							
							
Parameters
							
							Returns void
						 
					
				
			
		 
		
	 
 
 
Interface for objects with IdentifiedDataSerializable serialization support.