All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bagri.server.hazelcast.serialize.PortableFactoryImpl Maven / Gradle / Ivy

The newest version!
package com.bagri.server.hazelcast.serialize;

import com.hazelcast.nio.serialization.Portable;

public class PortableFactoryImpl extends com.bagri.client.hazelcast.serialize.PortableFactoryImpl {

	@Override
	public Portable create(int classId) {
		if (classId == cli_XDMCredentials) {
			return new SecureCredentials();
		}
		return super.create(classId);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy