What is the translation of " SERIALIZABLE " in Korean?

serializable
serialization
serializable
a serializable
serializable
serializable로

Examples of using Serializable in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
What about Serializable?
Serializable 이란 무엇인가?
Serializable interface is a marker interface.
Serialization 인터페이스는 marker 인터페이스이다.
Make them public and serializable.
그것들을 public 및 serializable 합니다.
Safe Args supports Serializable objects, including Enum values.
Safe Args는 Enum 값을 포함하여 직렬화 가능한 개체를 지원합니다.
Passing data with JSON and Serializable.
JSON과 Serializable로 데이터 전달.
Since they are serializable, Unity will take care of that.
그것들은 serializable 이기 때문에, Unity 에서 잘 처리 해줄 것입니다.
It has to implement java.io. Serializable.
임포트 참고: java.io. Serializable.
My subclass implements Serializable but my superclass doesn't.
Java Subclass 는 Serializable 을 구현하고, Superclass 는 그렇지 않은 경우.
Value, returns a value containing a JSON serializable.
Value 는 JSON 직렬화 가능을 포함하는 값을 리턴합니다.
Serializable. If you must store unserializable things, use LruSessionStore.
만약、 직렬화가 불가능한 데이터일 경우에는 LruSessionStore 를 사용하세요.
Why doesn't Collection extend Cloneable and Serializable?
왜 컬렉션은 Cloneable 과 Serializable 인터페이스를 상속받지 않았는가?
Vaadin applications are serializable through the java.io. Serializable interface.
Number 클래스는 java.io. Serializable interface 를 상속받아서 구현 되어 있다.
Why the collections do not inherit the Cloneable and Serializable interfaces?
왜 컬렉션은 Cloneable 과 Serializable 인터페이스를 상속받지 않았는가?
Each serializable or externalizable class has a description of its serialization fields and methods.
직렬화 가능, 또는 외부화 가능한 각 클래스는 직렬화 필드와 메서드의 기술을 포함합니다.
At the beginning of the class declaration, within the Private Serializable Fields region let's add.
클래스 선언의 첫 부분에 Private Serializable Fields 영역내에서 추가하겠습니다.
The easiest way to make a class serializable is to mark it with the Serializable attribute as follows.
클래스를 serialize 가능하도록 만드는 가장 쉬운 방법은 다음과 같이 Serializable 특성으로 표시하는 것입니다.
The following sample shows how to set and get a serializable object.
다음 샘플에서는 직렬화 가능 개체를 설정하고 가져오는 방법을 보여 줍니다. The following sample shows how to set and get a serializable object.
DetailType Yes Gets the type of a serializable object that contains error information.
오류 정보가 포함된 serialize할 수 있는 개체의 형식을 가져옵니다. Gets the type of a serializable object that contains error information.
It consists of attribute-value pairs and array data types(or any other serializable value).
속성-값 쌍( attribute - value pairs and array data types (or any other serializable value)) 또는 "키-값 쌍"으로 이루어진.
If you need to make your Singleton class Serializable, you must provide a readResolve() method.
Singleton 클래스를 Serializable로 만들 필요가 있다면 반드시 readResolve() 메소드를 제공해야 한다.
The TransactionScope class creates a transaction with a System. Transactions. Transaction. IsolationLevel of Serializable by default.
TransactionScope 클래스는 기본적으로 Serializable의 System. Transactions. Transaction. IsolationLevel을 사용하여 트랜잭션을 만듭니다.
Indicates that a field of a serializable class should not be serialized.
Serializable 클래스의 필드를 serialize할 수 없음을 나타냅니다. Indicates that a field of a serializable class should not be serialized.
READ is acquired automatically when Hibernate reads data under Repeatable Read or Serializable isolation level.
READ 는 Hibernate가 반복 가능한 읽기(Repeatable Read) 또는 Serialization 격리 레벨에서 데이터를 읽어들일 때 자동적으로 얻어질 수도 있다.
To make their type serializable, type authors must define a data contract for their type.
형식을 serialize할 수 있게 만들려면 형식 작성자가 형식에 대해 데이터 계약을 정의해야 합니다. To make their type serializable, type authors must define a data contract for their type.
Do not initialize thesevariables in Awake or Start; since they are serializable, Unity will take care of that.
변수를 Awake 나 Start 에서 초기화 하면 안되며;그것들은 serializable 이기 때문에, Unity 에서 잘 처리 해줄 것입니다.
This attribute can be applied only to types that are recognized by the DataContractSerializer as valid, serializable collections.
이 특성은 DataContractSerializer에서 serialize할 수 있는 유효한 컬렉션으로 인식한 형식에만 적용할 수 있습니다. This attribute can be applied only to types that are recognized by the DataContractSerializer as valid, serializable collections.
Table-level locks are not completely disallowed e.g. when you are scanning a table that has no clustered index under the serializable isolation level, the database engine must take a table lock to protect data integrity.
예를 들어 직렬화 가능 격리 수준에서 클러스터형 인덱스가 없는 테이블을 검색하면 데이터베이스 엔진Database Engine에서 테이블 잠금을 사용하여 데이터 무결성을 보호해야 합니다. For example, when you are scanning a table that has no clustered index under the serializable isolation level, 데이터베이스 엔진Database Engine must take a table lock to protect data integrity.
KEY A row lock within an index used to protect key ranges in serializable transactions.
KEY = 직렬화할 수 있는 트랜잭션에서 키의 범위를 보호하는 인덱스 내의 잠금입니다. KEY = Lock within an index that protects a range of keys in serializable transactions.
If you addthe following extension methods, you can set and get serializable objects to Session.
다음 확장 메서드를 추가하는 경우 세션에 직렬화 가능 개체를 설정하고 가져올 수 있습니다. If you add the following extension methods,you can set and get serializable objects to Session.
When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractSerializer.
형식의 멤버에 적용될 때 멤버가 데이터 계약의 일부이며 DataContractSerializer를 통해 serialize할 수 있음을 지정합니다. When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractSerializer.
Results: 31, Time: 0.0417

How to use "serializable" in a sentence

Serializable classes should not extend from UnityEngine.Object.
Viewstate are valid for serializable data only.
But they are purely serializable as POJOs.
Extracts a Serializable object from this DynAny.
ObjectMessage – transports any serializable Java object.
The user-defined class(TechnologyDetails.java) must implement Serializable interface.
Whether two transactions are serializable or not?
The version identifier for this Serializable class.
Only put serializable objects into the session.
They are also implementing the Serializable interface.
Show more

Top dictionary queries

English - Korean