C# Class Infinispan.HotRod.Impl.DefaultMarshaller

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

Méthodes publiques

Méthode Description
DefaultMarshaller ( ) : System
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

DefaultMarshaller() public méthode

public DefaultMarshaller ( ) : System
Résultat System

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[]