C# Class Infinispan.HotRod.IdentityMarshaller

Inheritance: IMarshaller
Afficher le fichier Open project: infinispan/dotnet-client

Méthodes publiques

Méthode Description
IsMarshallable ( object o ) : bool
ObjectFromByteBuffer ( byte buf ) : object
ObjectFromByteBuffer ( byte buf, int offset, int length ) : object
ObjectToByteBuffer ( object obj ) : byte[]
ObjectToByteBuffer ( object obj, int estimatedSize ) : byte[]

Method Details

IsMarshallable() public méthode

public IsMarshallable ( object o ) : bool
o object
Résultat bool

ObjectFromByteBuffer() public méthode

public ObjectFromByteBuffer ( byte buf ) : object
buf byte
Résultat object

ObjectFromByteBuffer() public méthode

public ObjectFromByteBuffer ( byte buf, int offset, int length ) : object
buf byte
offset int
length int
Résultat object

ObjectToByteBuffer() public méthode

public ObjectToByteBuffer ( object obj ) : byte[]
obj object
Résultat byte[]

ObjectToByteBuffer() public méthode

public ObjectToByteBuffer ( object obj, int estimatedSize ) : byte[]
obj object
estimatedSize int
Résultat byte[]